#687F31

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

Shades of Olive Drab #687F31

Tints of Olive Drab #687F31

Color information

#687F31 (or 0x687F31) is unknown color: approx Olive Drab. HEX triplet: 68, 7F and 31. RGB value is (104,127,49). Sum of RGB (Red+Green+Blue) = 104+127+49=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #687F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687F31 is #9780CE. Grayscale: #6F6F6F. Windows color (decimal): -9928911 or 3243880. OLE color: 3243880.

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

Color convert

RGB10412749-
CMYK0.1800.610.50
HSL77.69º44.32%34.51%-
HSV(B)77.69º61.42%49.8%-
XYZ13.8518.345.72-
YUV111.2392.88122.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=37.14%
G=45.36%
B=17.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104127490.1800.610.5077.6944.3234.51
Hex687F311203D324e2c23
Octal1501776122075621165443
Binary110100011111111100011001001111011100101001110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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