Shades of Olive #838802
Tints of Olive #838802
RGB
CMYK
RGB Variations
Color information
#838802 (or 0x838802) is known color: Olive. HEX triplet: 83, 88 and 02. RGB value is (131,136,2). Sum of RGB (Red+Green+Blue) = 131+136+2=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #838802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838802 is #7C77FD. Grayscale: #777777. Windows color (decimal): -8157182 or 166019. OLE color: 166019.
HSL color Cylindrical-coordinate representation of color #838802: hue angle of 62.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #838802 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.47 |
| HSL | 62.24º | 0.97% | 0.27% | - |
| HSV(B) | 62.24º | 0.99% | 0.53% | - |
| XYZ | 18.18 | 22.44 | 3.43 | - |
| YUV | 119.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 2 | 0.04 | 0 | 0.99 | 0.47 | 62.24 | 0.97 | 0.27 |
| Hex | 83 | 88 | 2 | 4 | 0 | 63 | 2F | 3E | 61 | 1B |
| Octal | 203 | 210 | 2 | 4 | 0 | 143 | 57 | 76 | 141 | 33 |
| Binary | 10000011 | 10001000 | 10 | 100 | 0 | 1100011 | 101111 | 111110 | 1100001 | 11011 |
Color Harmonies of #838802
Complementary color
Monochromatic Colors of #838802
Black with #838802
Text Example
Text Example
White with #838802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838802; }
p { color: rgb(131,136,2); }
H1.HeaderClassName
{
color: #838802;
}
.AnyTagClassName
{
color: #838802;
}
</style>
background-color css
<style>
a { background-color: #838802; }
a { background-color: rgb(131,136,2); }
div.DivClassName
{
background-color: #838802;
}
.BgClassName
{
background-color: #838802;
}
</style>
border-color css
<style>
span { border-color: #838802; }
span { border-color: rgb(131,136,2); }
td.TdClassName
{
border-color: #838802;
}
.TagClassName
{
border-color: #838802;
}
</style>