#607F2A

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

Shades of Olive Drab #607F2A

Tints of Olive Drab #607F2A

Color information

#607F2A (or 0x607F2A) is unknown color: approx Olive Drab. HEX triplet: 60, 7F and 2A. RGB value is (96,127,42). Sum of RGB (Red+Green+Blue) = 96+127+42=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #607F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F2A is #9F80D5. Grayscale: #6C6C6C. Windows color (decimal): -10453206 or 2785120. OLE color: 2785120.

HSL color Cylindrical-coordinate representation of color #607F2A: hue angle of 81.88º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #607F2A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB9612742-
CMYK0.2400.670.50
HSL81.88º50.3%33.14%-
HSV(B)81.88º66.93%49.8%-
XYZ12.8317.834.96-
YUV108.0490.73119.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 127 (50% from 255) = 47.92%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=36.23%
G=47.92%
B=15.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96127420.2400.670.5081.8850.333.14
Hex607F2A1804332523221
Octal14017752300103621226241
Binary1100000111111110101011000010000111100101010010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607F2A; }

 p { color: rgb(96,127,42); }

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

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

 a { background-color: rgb(96,127,42); }

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

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

 span { border-color: rgb(96,127,42); }

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