Shades of Dark Olive Green #607B32
Tints of Dark Olive Green #607B32
RGB
CMYK
RGB Variations
Color information
#607B32 (or 0x607B32) is known color: Dark Olive Green. HEX triplet: 60, 7B and 32. RGB value is (96,123,50). Sum of RGB (Red+Green+Blue) = 96+123+50=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #607B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607B32 is #9F84CD. Grayscale: #6A6A6A. Windows color (decimal): -10454222 or 3308384. OLE color: 3308384.
HSL color Cylindrical-coordinate representation of color #607B32: hue angle of 82.19º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #607B32 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 50 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.52 |
| HSL | 82.19º | 0.42% | 0.34% | - |
| HSV(B) | 82.19º | 0.59% | 0.48% | - |
| XYZ | 12.48 | 16.88 | 5.62 | - |
| YUV | 106.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 50 | 0.22 | 0 | 0.59 | 0.52 | 82.19 | 0.42 | 0.34 |
| Hex | 60 | 7B | 32 | 16 | 0 | 3B | 34 | 52 | 2A | 22 |
| Octal | 140 | 173 | 62 | 26 | 0 | 73 | 64 | 122 | 52 | 42 |
| Binary | 1100000 | 1111011 | 110010 | 10110 | 0 | 111011 | 110100 | 1010010 | 101010 | 100010 |
Color Harmonies of #607B32
Complementary color
Monochromatic Colors of #607B32
Black with #607B32
Text Example
Text Example
White with #607B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B32; }
p { color: rgb(96,123,50); }
H1.HeaderClassName
{
color: #607B32;
}
.AnyTagClassName
{
color: #607B32;
}
</style>
background-color css
<style>
a { background-color: #607B32; }
a { background-color: rgb(96,123,50); }
div.DivClassName
{
background-color: #607B32;
}
.BgClassName
{
background-color: #607B32;
}
</style>
border-color css
<style>
span { border-color: #607B32; }
span { border-color: rgb(96,123,50); }
td.TdClassName
{
border-color: #607B32;
}
.TagClassName
{
border-color: #607B32;
}
</style>