#687F30

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

Shades of Olive Drab #687F30

Tints of Olive Drab #687F30

Color information

#687F30 (or 0x687F30) is unknown color: approx Olive Drab. HEX triplet: 68, 7F and 30. RGB value is (104,127,48). Sum of RGB (Red+Green+Blue) = 104+127+48=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #687F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687F30 is #9780CF. Grayscale: #6F6F6F. Windows color (decimal): -9928912 or 3178344. OLE color: 3178344.

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

Color convert

RGB10412748-
CMYK0.1800.620.50
HSL77.47º45.14%34.31%-
HSV(B)77.47º62.2%49.8%-
XYZ13.8318.345.61-
YUV111.1292.38122.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=37.28%
G=45.52%
B=17.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104127480.1800.620.5077.4745.1434.31
Hex687F301203E324d2d22
Octal1501776022076621155542
Binary110100011111111100001001001111101100101001101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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