#688401

Color #688401 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #688401

Tints of Olive #688401

Color information

#688401 (or 0x688401) is unknown color: approx Olive. HEX triplet: 68, 84 and 01. RGB value is (104,132,1). Sum of RGB (Red+Green+Blue) = 104+132+1=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #688401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688401 is #977BFE. Grayscale: #6D6D6D. Windows color (decimal): -9927679 or 99432. OLE color: 99432.

HSL color Cylindrical-coordinate representation of color #688401: hue angle of 72.82º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #688401 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB1041321-
CMYK0.2100.990.48
HSL72.82º98.5%26.08%-
HSV(B)72.82º99.24%51.76%-
XYZ13.9719.453.05-
YUV108.6967.22124.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=43.88%
G=55.70%
B=0.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10413210.2100.990.4872.8298.526.08
Hex68841150633049621a
Octal15020412501436011114232
Binary110100010000100110101011000111100001001001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688401; }

 p { color: rgb(104,132,1); }

 H1.HeaderClassName
 {
   color: #688401;
 }
 .AnyTagClassName
 {
   color: #688401;
 }
</style>
background-color css

<style>
 a { background-color: #688401; }

 a { background-color: rgb(104,132,1); }

 div.DivClassName
 {
   background-color: #688401;
 }
 .BgClassName
 {
   background-color: #688401;
 }
</style>
border-color css

<style>
 span { border-color: #688401; }

 span { border-color: rgb(104,132,1); }

 td.TdClassName
 {
   border-color: #688401;
 }
 .TagClassName
 {
   border-color: #688401;
 }
</style>