Shades of Dark Olive Green #607038
Tints of Dark Olive Green #607038
RGB
CMYK
RGB Variations
Color information
#607038 (or 0x607038) is known color: Dark Olive Green. HEX triplet: 60, 70 and 38. RGB value is (96,112,56). Sum of RGB (Red+Green+Blue) = 96+112+56=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #607038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607038 is #9F8FC7. Grayscale: #656565. Windows color (decimal): -10457032 or 3698784. OLE color: 3698784.
HSL color Cylindrical-coordinate representation of color #607038: hue angle of 77.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607038 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 56 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.56 |
| HSL | 77.14º | 0.33% | 0.33% | - |
| HSV(B) | 77.14º | 0.5% | 0.44% | - |
| XYZ | 11.33 | 14.36 | 5.92 | - |
| YUV | 100.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 56 | 0.14 | 0 | 0.50 | 0.56 | 77.14 | 0.33 | 0.33 |
| Hex | 60 | 70 | 38 | E | 0 | 32 | 38 | 4D | 21 | 21 |
| Octal | 140 | 160 | 70 | 16 | 0 | 62 | 70 | 115 | 41 | 41 |
| Binary | 1100000 | 1110000 | 111000 | 1110 | 0 | 110010 | 111000 | 1001101 | 100001 | 100001 |
Color Harmonies of #607038
Complementary color
Monochromatic Colors of #607038
Black with #607038
Text Example
Text Example
White with #607038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607038; }
p { color: rgb(96,112,56); }
H1.HeaderClassName
{
color: #607038;
}
.AnyTagClassName
{
color: #607038;
}
</style>
background-color css
<style>
a { background-color: #607038; }
a { background-color: rgb(96,112,56); }
div.DivClassName
{
background-color: #607038;
}
.BgClassName
{
background-color: #607038;
}
</style>
border-color css
<style>
span { border-color: #607038; }
span { border-color: rgb(96,112,56); }
td.TdClassName
{
border-color: #607038;
}
.TagClassName
{
border-color: #607038;
}
</style>