Shades of Olive Drab #5C7E23
Tints of Olive Drab #5C7E23
RGB
CMYK
RGB Variations
Color information
#5C7E23 (or 0x5C7E23) is known color: Olive Drab. HEX triplet: 5C, 7E and 23. RGB value is (92,126,35). Sum of RGB (Red+Green+Blue) = 92+126+35=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 126 (49.61% from 255 or 49.80% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 126 - color contains mainly: green. Hex color #5C7E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7E23 is #A381DC. Grayscale: #696969. Windows color (decimal): -10715613 or 2326108. OLE color: 2326108.
HSL color Cylindrical-coordinate representation of color #5C7E23: hue angle of 82.42º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C7E23 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 126 | 35 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.51 |
| HSL | 82.42º | 0.57% | 0.32% | - |
| HSV(B) | 82.42º | 0.72% | 0.49% | - |
| XYZ | 12.18 | 17.32 | 4.29 | - |
| YUV | 105.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 35 | 0.27 | 0 | 0.72 | 0.51 | 82.42 | 0.57 | 0.32 |
| Hex | 5C | 7E | 23 | 1B | 0 | 48 | 33 | 52 | 39 | 20 |
| Octal | 134 | 176 | 43 | 33 | 0 | 110 | 63 | 122 | 71 | 40 |
| Binary | 1011100 | 1111110 | 100011 | 11011 | 0 | 1001000 | 110011 | 1010010 | 111001 | 100000 |
Color Harmonies of #5C7E23
Complementary color
Monochromatic Colors of #5C7E23
Black with #5C7E23
Text Example
Text Example
White with #5C7E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7E23; }
p { color: rgb(92,126,35); }
H1.HeaderClassName
{
color: #5C7E23;
}
.AnyTagClassName
{
color: #5C7E23;
}
</style>
background-color css
<style>
a { background-color: #5C7E23; }
a { background-color: rgb(92,126,35); }
div.DivClassName
{
background-color: #5C7E23;
}
.BgClassName
{
background-color: #5C7E23;
}
</style>
border-color css
<style>
span { border-color: #5C7E23; }
span { border-color: rgb(92,126,35); }
td.TdClassName
{
border-color: #5C7E23;
}
.TagClassName
{
border-color: #5C7E23;
}
</style>