Shades of Olive #839002
Tints of Olive #839002
RGB
CMYK
RGB Variations
Color information
#839002 (or 0x839002) is known color: Olive. HEX triplet: 83, 90 and 02. RGB value is (131,144,2). Sum of RGB (Red+Green+Blue) = 131+144+2=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #839002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839002 is #7C6FFD. Grayscale: #7C7C7C. Windows color (decimal): -8155134 or 168067. OLE color: 168067.
HSL color Cylindrical-coordinate representation of color #839002: hue angle of 65.49º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #839002 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.44 |
| HSL | 65.49º | 0.97% | 0.29% | - |
| HSV(B) | 65.49º | 0.99% | 0.56% | - |
| XYZ | 19.34 | 24.78 | 3.82 | - |
| YUV | 123.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 2 | 0.09 | 0 | 0.99 | 0.44 | 65.49 | 0.97 | 0.29 |
| Hex | 83 | 90 | 2 | 9 | 0 | 63 | 2C | 41 | 61 | 1D |
| Octal | 203 | 220 | 2 | 11 | 0 | 143 | 54 | 101 | 141 | 35 |
| Binary | 10000011 | 10010000 | 10 | 1001 | 0 | 1100011 | 101100 | 1000001 | 1100001 | 11101 |
Color Harmonies of #839002
Complementary color
Monochromatic Colors of #839002
Black with #839002
Text Example
Text Example
White with #839002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839002; }
p { color: rgb(131,144,2); }
H1.HeaderClassName
{
color: #839002;
}
.AnyTagClassName
{
color: #839002;
}
</style>
background-color css
<style>
a { background-color: #839002; }
a { background-color: rgb(131,144,2); }
div.DivClassName
{
background-color: #839002;
}
.BgClassName
{
background-color: #839002;
}
</style>
border-color css
<style>
span { border-color: #839002; }
span { border-color: rgb(131,144,2); }
td.TdClassName
{
border-color: #839002;
}
.TagClassName
{
border-color: #839002;
}
</style>