Shades of Olive #838E03
Tints of Olive #838E03
RGB
CMYK
RGB Variations
Color information
#838E03 (or 0x838E03) is known color: Olive. HEX triplet: 83, 8E and 03. RGB value is (131,142,3). Sum of RGB (Red+Green+Blue) = 131+142+3=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #838E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838E03 is #7C71FC. Grayscale: #7B7B7B. Windows color (decimal): -8155645 or 233091. OLE color: 233091.
HSL color Cylindrical-coordinate representation of color #838E03: hue angle of 64.75º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #838E03 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 142 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.44 |
| HSL | 64.75º | 0.96% | 0.28% | - |
| HSV(B) | 64.75º | 0.98% | 0.56% | - |
| XYZ | 19.05 | 24.18 | 3.75 | - |
| YUV | 122.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 3 | 0.08 | 0 | 0.98 | 0.44 | 64.75 | 0.96 | 0.28 |
| Hex | 83 | 8E | 3 | 8 | 0 | 62 | 2C | 41 | 60 | 1C |
| Octal | 203 | 216 | 3 | 10 | 0 | 142 | 54 | 101 | 140 | 34 |
| Binary | 10000011 | 10001110 | 11 | 1000 | 0 | 1100010 | 101100 | 1000001 | 1100000 | 11100 |
Color Harmonies of #838E03
Complementary color
Monochromatic Colors of #838E03
Black with #838E03
Text Example
Text Example
White with #838E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838E03; }
p { color: rgb(131,142,3); }
H1.HeaderClassName
{
color: #838E03;
}
.AnyTagClassName
{
color: #838E03;
}
</style>
background-color css
<style>
a { background-color: #838E03; }
a { background-color: rgb(131,142,3); }
div.DivClassName
{
background-color: #838E03;
}
.BgClassName
{
background-color: #838E03;
}
</style>
border-color css
<style>
span { border-color: #838E03; }
span { border-color: rgb(131,142,3); }
td.TdClassName
{
border-color: #838E03;
}
.TagClassName
{
border-color: #838E03;
}
</style>