Shades of Dark Olive Green #57692A
Tints of Dark Olive Green #57692A
RGB
CMYK
RGB Variations
Color information
#57692A (or 0x57692A) is known color: Dark Olive Green. HEX triplet: 57, 69 and 2A. RGB value is (87,105,42). Sum of RGB (Red+Green+Blue) = 87+105+42=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #57692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57692A is #A896D5. Grayscale: #5C5C5C. Windows color (decimal): -11048662 or 2779479. OLE color: 2779479.
HSL color Cylindrical-coordinate representation of color #57692A: hue angle of 77.14º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57692A is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 105 | 42 | - |
| CMYK | 0.17 | 0 | 0.6 | 0.59 |
| HSL | 77.14º | 0.43% | 0.29% | - |
| HSV(B) | 77.14º | 0.6% | 0.41% | - |
| XYZ | 9.4 | 12.3 | 4.07 | - |
| YUV | 92.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 42 | 0.17 | 0 | 0.6 | 0.59 | 77.14 | 0.43 | 0.29 |
| Hex | 57 | 69 | 2A | 11 | 0 | 3C | 3B | 4D | 2B | 1D |
| Octal | 127 | 151 | 52 | 21 | 0 | 74 | 73 | 115 | 53 | 35 |
| Binary | 1010111 | 1101001 | 101010 | 10001 | 0 | 111100 | 111011 | 1001101 | 101011 | 11101 |
Color Harmonies of #57692A
Complementary color
Monochromatic Colors of #57692A
Black with #57692A
Text Example
Text Example
White with #57692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57692A; }
p { color: rgb(87,105,42); }
H1.HeaderClassName
{
color: #57692A;
}
.AnyTagClassName
{
color: #57692A;
}
</style>
background-color css
<style>
a { background-color: #57692A; }
a { background-color: rgb(87,105,42); }
div.DivClassName
{
background-color: #57692A;
}
.BgClassName
{
background-color: #57692A;
}
</style>
border-color css
<style>
span { border-color: #57692A; }
span { border-color: rgb(87,105,42); }
td.TdClassName
{
border-color: #57692A;
}
.TagClassName
{
border-color: #57692A;
}
</style>