Shades of Dark Olive Green #57672A
Tints of Dark Olive Green #57672A
RGB
CMYK
RGB Variations
Color information
#57672A (or 0x57672A) is known color: Dark Olive Green. HEX triplet: 57, 67 and 2A. RGB value is (87,103,42). Sum of RGB (Red+Green+Blue) = 87+103+42=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #57672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57672A is #A898D5. Grayscale: #5B5B5B. Windows color (decimal): -11049174 or 2778967. OLE color: 2778967.
HSL color Cylindrical-coordinate representation of color #57672A: hue angle of 75.74º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57672A is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 103 | 42 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.60 |
| HSL | 75.74º | 0.42% | 0.28% | - |
| HSV(B) | 75.74º | 0.59% | 0.4% | - |
| XYZ | 9.2 | 11.89 | 4 | - |
| YUV | 91.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 42 | 0.16 | 0 | 0.59 | 0.60 | 75.74 | 0.42 | 0.28 |
| Hex | 57 | 67 | 2A | 10 | 0 | 3B | 3C | 4C | 2A | 1C |
| Octal | 127 | 147 | 52 | 20 | 0 | 73 | 74 | 114 | 52 | 34 |
| Binary | 1010111 | 1100111 | 101010 | 10000 | 0 | 111011 | 111100 | 1001100 | 101010 | 11100 |
Color Harmonies of #57672A
Complementary color
Monochromatic Colors of #57672A
Black with #57672A
Text Example
Text Example
White with #57672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57672A; }
p { color: rgb(87,103,42); }
H1.HeaderClassName
{
color: #57672A;
}
.AnyTagClassName
{
color: #57672A;
}
</style>
background-color css
<style>
a { background-color: #57672A; }
a { background-color: rgb(87,103,42); }
div.DivClassName
{
background-color: #57672A;
}
.BgClassName
{
background-color: #57672A;
}
</style>
border-color css
<style>
span { border-color: #57672A; }
span { border-color: rgb(87,103,42); }
td.TdClassName
{
border-color: #57672A;
}
.TagClassName
{
border-color: #57672A;
}
</style>