Shades of Olive #839C00
Tints of Olive #839C00
RGB
CMYK
RGB Variations
Color information
#839C00 (or 0x839C00) is known color: Olive. HEX triplet: 83, 9C and 00. RGB value is (131,156,0). Sum of RGB (Red+Green+Blue) = 131+156+0=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #839C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839C00 is #7C63FF. Grayscale: #838383. Windows color (decimal): -8152064 or 40067. OLE color: 40067.
HSL color Cylindrical-coordinate representation of color #839C00: hue angle of 69.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #839C00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 156 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.39 |
| HSL | 69.62º | 1% | 0.31% | - |
| HSV(B) | 69.62º | 1% | 0.61% | - |
| XYZ | 21.25 | 28.6 | 4.4 | - |
| YUV | 130.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 0 | 0.16 | 0 | 1 | 0.39 | 69.62 | 1 | 0.31 |
| Hex | 83 | 9C | 0 | 10 | 0 | 64 | 27 | 46 | 64 | 1F |
| Octal | 203 | 234 | 0 | 20 | 0 | 144 | 47 | 106 | 144 | 37 |
| Binary | 10000011 | 10011100 | 0 | 10000 | 0 | 1100100 | 100111 | 1000110 | 1100100 | 11111 |
Color Harmonies of #839C00
Complementary color
Monochromatic Colors of #839C00
Black with #839C00
Text Example
Text Example
White with #839C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839C00; }
p { color: rgb(131,156,0); }
H1.HeaderClassName
{
color: #839C00;
}
.AnyTagClassName
{
color: #839C00;
}
</style>
background-color css
<style>
a { background-color: #839C00; }
a { background-color: rgb(131,156,0); }
div.DivClassName
{
background-color: #839C00;
}
.BgClassName
{
background-color: #839C00;
}
</style>
border-color css
<style>
span { border-color: #839C00; }
span { border-color: rgb(131,156,0); }
td.TdClassName
{
border-color: #839C00;
}
.TagClassName
{
border-color: #839C00;
}
</style>