Shades of Olive Drab #5C8303
Tints of Olive Drab #5C8303
RGB
CMYK
RGB Variations
Color information
#5C8303 (or 0x5C8303) is known color: Olive Drab. HEX triplet: 5C, 83 and 03. RGB value is (92,131,3). Sum of RGB (Red+Green+Blue) = 92+131+3=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #5C8303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8303 is #A37CFC. Grayscale: #696969. Windows color (decimal): -10714365 or 230236. OLE color: 230236.
HSL color Cylindrical-coordinate representation of color #5C8303: hue angle of 78.28º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C8303 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 131 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.49 |
| HSL | 78.28º | 0.96% | 0.26% | - |
| HSV(B) | 78.28º | 0.98% | 0.51% | - |
| XYZ | 12.55 | 18.51 | 3 | - |
| YUV | 104.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 131 | 3 | 0.30 | 0 | 0.98 | 0.49 | 78.28 | 0.96 | 0.26 |
| Hex | 5C | 83 | 3 | 1E | 0 | 62 | 31 | 4E | 60 | 1A |
| Octal | 134 | 203 | 3 | 36 | 0 | 142 | 61 | 116 | 140 | 32 |
| Binary | 1011100 | 10000011 | 11 | 11110 | 0 | 1100010 | 110001 | 1001110 | 1100000 | 11010 |
Color Harmonies of #5C8303
Complementary color
Monochromatic Colors of #5C8303
Black with #5C8303
Text Example
Text Example
White with #5C8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8303; }
p { color: rgb(92,131,3); }
H1.HeaderClassName
{
color: #5C8303;
}
.AnyTagClassName
{
color: #5C8303;
}
</style>
background-color css
<style>
a { background-color: #5C8303; }
a { background-color: rgb(92,131,3); }
div.DivClassName
{
background-color: #5C8303;
}
.BgClassName
{
background-color: #5C8303;
}
</style>
border-color css
<style>
span { border-color: #5C8303; }
span { border-color: rgb(92,131,3); }
td.TdClassName
{
border-color: #5C8303;
}
.TagClassName
{
border-color: #5C8303;
}
</style>