Shades of Dark Olive Green #607334
Tints of Dark Olive Green #607334
RGB
CMYK
RGB Variations
Color information
#607334 (or 0x607334) is known color: Dark Olive Green. HEX triplet: 60, 73 and 34. RGB value is (96,115,52). Sum of RGB (Red+Green+Blue) = 96+115+52=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #607334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607334 is #9F8CCB. Grayscale: #666666. Windows color (decimal): -10456268 or 3437408. OLE color: 3437408.
HSL color Cylindrical-coordinate representation of color #607334: hue angle of 78.1º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607334 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 52 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.55 |
| HSL | 78.1º | 0.38% | 0.33% | - |
| HSV(B) | 78.1º | 0.55% | 0.45% | - |
| XYZ | 11.57 | 15 | 5.53 | - |
| YUV | 102.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 52 | 0.17 | 0 | 0.55 | 0.55 | 78.1 | 0.38 | 0.33 |
| Hex | 60 | 73 | 34 | 11 | 0 | 37 | 37 | 4E | 26 | 21 |
| Octal | 140 | 163 | 64 | 21 | 0 | 67 | 67 | 116 | 46 | 41 |
| Binary | 1100000 | 1110011 | 110100 | 10001 | 0 | 110111 | 110111 | 1001110 | 100110 | 100001 |
Color Harmonies of #607334
Complementary color
Monochromatic Colors of #607334
Black with #607334
Text Example
Text Example
White with #607334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607334; }
p { color: rgb(96,115,52); }
H1.HeaderClassName
{
color: #607334;
}
.AnyTagClassName
{
color: #607334;
}
</style>
background-color css
<style>
a { background-color: #607334; }
a { background-color: rgb(96,115,52); }
div.DivClassName
{
background-color: #607334;
}
.BgClassName
{
background-color: #607334;
}
</style>
border-color css
<style>
span { border-color: #607334; }
span { border-color: rgb(96,115,52); }
td.TdClassName
{
border-color: #607334;
}
.TagClassName
{
border-color: #607334;
}
</style>