#687906

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

Shades of Olive #687906

Tints of Olive #687906

Color information

#687906 (or 0x687906) is unknown color: approx Olive. HEX triplet: 68, 79 and 06. RGB value is (104,121,6). Sum of RGB (Red+Green+Blue) = 104+121+6=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #687906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687906 is #9786F9. Grayscale: #676767. Windows color (decimal): -9930490 or 424296. OLE color: 424296.

HSL color Cylindrical-coordinate representation of color #687906: hue angle of 68.87º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #687906 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1041216-
CMYK0.1400.950.53
HSL68.87º90.55%24.9%-
HSV(B)68.87º95.04%47.45%-
XYZ12.5816.632.72-
YUV102.8173.37128.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=45.02%
G=52.38%
B=2.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10412160.1400.950.5368.8790.5524.9
Hex68796E05F35455b19
Octal15017161601376510513331
Binary110100011110011101110010111111101011000101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687906; }

 p { color: rgb(104,121,6); }

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

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

 a { background-color: rgb(104,121,6); }

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

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

 span { border-color: rgb(104,121,6); }

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