Shades of Olive Drab #5C8306
Tints of Olive Drab #5C8306
RGB
CMYK
RGB Variations
Color information
#5C8306 (or 0x5C8306) is known color: Olive Drab. HEX triplet: 5C, 83 and 06. RGB value is (92,131,6). Sum of RGB (Red+Green+Blue) = 92+131+6=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #5C8306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8306 is #A37CF9. Grayscale: #696969. Windows color (decimal): -10714362 or 426844. OLE color: 426844.
HSL color Cylindrical-coordinate representation of color #5C8306: hue angle of 78.72º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C8306 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 131 | 6 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.49 |
| HSL | 78.72º | 0.91% | 0.27% | - |
| HSV(B) | 78.72º | 0.95% | 0.51% | - |
| XYZ | 12.56 | 18.52 | 3.09 | - |
| YUV | 105.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 131 | 6 | 0.30 | 0 | 0.95 | 0.49 | 78.72 | 0.91 | 0.27 |
| Hex | 5C | 83 | 6 | 1E | 0 | 5F | 31 | 4F | 5B | 1B |
| Octal | 134 | 203 | 6 | 36 | 0 | 137 | 61 | 117 | 133 | 33 |
| Binary | 1011100 | 10000011 | 110 | 11110 | 0 | 1011111 | 110001 | 1001111 | 1011011 | 11011 |
Color Harmonies of #5C8306
Complementary color
Monochromatic Colors of #5C8306
Black with #5C8306
Text Example
Text Example
White with #5C8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8306; }
p { color: rgb(92,131,6); }
H1.HeaderClassName
{
color: #5C8306;
}
.AnyTagClassName
{
color: #5C8306;
}
</style>
background-color css
<style>
a { background-color: #5C8306; }
a { background-color: rgb(92,131,6); }
div.DivClassName
{
background-color: #5C8306;
}
.BgClassName
{
background-color: #5C8306;
}
</style>
border-color css
<style>
span { border-color: #5C8306; }
span { border-color: rgb(92,131,6); }
td.TdClassName
{
border-color: #5C8306;
}
.TagClassName
{
border-color: #5C8306;
}
</style>