Shades of Dark Olive Green #607432
Tints of Dark Olive Green #607432
RGB
CMYK
RGB Variations
Color information
#607432 (or 0x607432) is known color: Dark Olive Green. HEX triplet: 60, 74 and 32. RGB value is (96,116,50). Sum of RGB (Red+Green+Blue) = 96+116+50=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #607432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607432 is #9F8BCD. Grayscale: #666666. Windows color (decimal): -10456014 or 3306592. OLE color: 3306592.
HSL color Cylindrical-coordinate representation of color #607432: hue angle of 78.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607432 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 50 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.55 |
| HSL | 78.18º | 0.4% | 0.33% | - |
| HSV(B) | 78.18º | 0.57% | 0.45% | - |
| XYZ | 11.64 | 15.21 | 5.34 | - |
| YUV | 102.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 50 | 0.17 | 0 | 0.57 | 0.55 | 78.18 | 0.4 | 0.33 |
| Hex | 60 | 74 | 32 | 11 | 0 | 39 | 37 | 4E | 28 | 21 |
| Octal | 140 | 164 | 62 | 21 | 0 | 71 | 67 | 116 | 50 | 41 |
| Binary | 1100000 | 1110100 | 110010 | 10001 | 0 | 111001 | 110111 | 1001110 | 101000 | 100001 |
Color Harmonies of #607432
Complementary color
Monochromatic Colors of #607432
Black with #607432
Text Example
Text Example
White with #607432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607432; }
p { color: rgb(96,116,50); }
H1.HeaderClassName
{
color: #607432;
}
.AnyTagClassName
{
color: #607432;
}
</style>
background-color css
<style>
a { background-color: #607432; }
a { background-color: rgb(96,116,50); }
div.DivClassName
{
background-color: #607432;
}
.BgClassName
{
background-color: #607432;
}
</style>
border-color css
<style>
span { border-color: #607432; }
span { border-color: rgb(96,116,50); }
td.TdClassName
{
border-color: #607432;
}
.TagClassName
{
border-color: #607432;
}
</style>