#688202

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

Shades of Olive #688202

Tints of Olive #688202

Color information

#688202 (or 0x688202) is unknown color: approx Olive. HEX triplet: 68, 82 and 02. RGB value is (104,130,2). Sum of RGB (Red+Green+Blue) = 104+130+2=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #688202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688202 is #977DFD. Grayscale: #6C6C6C. Windows color (decimal): -9928190 or 164456. OLE color: 164456.

HSL color Cylindrical-coordinate representation of color #688202: hue angle of 72.19º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #688202 is Cyan = 0.2, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1041302-
CMYK0.200.980.49
HSL72.19º96.97%25.88%-
HSV(B)72.19º98.46%50.98%-
XYZ13.718.912.99-
YUV107.6368.39125.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=44.07%
G=55.08%
B=0.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10413020.200.980.4972.1996.9725.88
Hex68822140623148611a
Octal15020222401426111014132
Binary1101000100000101010100011000101100011001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688202; }

 p { color: rgb(104,130,2); }

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

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

 a { background-color: rgb(104,130,2); }

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

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

 span { border-color: rgb(104,130,2); }

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