Shades of Olive #838C08
Tints of Olive #838C08
RGB
CMYK
RGB Variations
Color information
#838C08 (or 0x838C08) is known color: Olive. HEX triplet: 83, 8C and 08. RGB value is (131,140,8). Sum of RGB (Red+Green+Blue) = 131+140+8=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #838C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838C08 is #7C73F7. Grayscale: #7A7A7A. Windows color (decimal): -8156152 or 560259. OLE color: 560259.
HSL color Cylindrical-coordinate representation of color #838C08: hue angle of 64.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #838C08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 8 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.45 |
| HSL | 64.09º | 0.89% | 0.29% | - |
| HSV(B) | 64.09º | 0.94% | 0.55% | - |
| XYZ | 18.78 | 23.6 | 3.79 | - |
| YUV | 122.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 8 | 0.06 | 0 | 0.94 | 0.45 | 64.09 | 0.89 | 0.29 |
| Hex | 83 | 8C | 8 | 6 | 0 | 5E | 2D | 40 | 59 | 1D |
| Octal | 203 | 214 | 10 | 6 | 0 | 136 | 55 | 100 | 131 | 35 |
| Binary | 10000011 | 10001100 | 1000 | 110 | 0 | 1011110 | 101101 | 1000000 | 1011001 | 11101 |
Color Harmonies of #838C08
Complementary color
Monochromatic Colors of #838C08
Black with #838C08
Text Example
Text Example
White with #838C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C08; }
p { color: rgb(131,140,8); }
H1.HeaderClassName
{
color: #838C08;
}
.AnyTagClassName
{
color: #838C08;
}
</style>
background-color css
<style>
a { background-color: #838C08; }
a { background-color: rgb(131,140,8); }
div.DivClassName
{
background-color: #838C08;
}
.BgClassName
{
background-color: #838C08;
}
</style>
border-color css
<style>
span { border-color: #838C08; }
span { border-color: rgb(131,140,8); }
td.TdClassName
{
border-color: #838C08;
}
.TagClassName
{
border-color: #838C08;
}
</style>