#687F05

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

Shades of Olive #687F05

Tints of Olive #687F05

Color information

#687F05 (or 0x687F05) is unknown color: approx Olive. HEX triplet: 68, 7F and 05. RGB value is (104,127,5). Sum of RGB (Red+Green+Blue) = 104+127+5=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #687F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687F05 is #9780FA. Grayscale: #6A6A6A. Windows color (decimal): -9928955 or 360296. OLE color: 360296.

HSL color Cylindrical-coordinate representation of color #687F05: hue angle of 71.31º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #687F05 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB1041275-
CMYK0.1800.960.50
HSL71.31º92.42%25.88%-
HSV(B)71.31º96.06%49.8%-
XYZ13.3318.132.94-
YUV106.2170.88126.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 127 (50% from 255) = 53.81%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=44.07%
G=53.81%
B=2.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10412750.1800.960.5071.3192.4225.88
Hex687F51206032475c1a
Octal15017752201406210713432
Binary1101000111111110110010011000001100101000111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687F05; }

 p { color: rgb(104,127,5); }

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

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

 a { background-color: rgb(104,127,5); }

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

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

 span { border-color: rgb(104,127,5); }

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