Shades of Olive #838B08
Tints of Olive #838B08
RGB
CMYK
RGB Variations
Color information
#838B08 (or 0x838B08) is known color: Olive. HEX triplet: 83, 8B and 08. RGB value is (131,139,8). Sum of RGB (Red+Green+Blue) = 131+139+8=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #838B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838B08 is #7C74F7. Grayscale: #7A7A7A. Windows color (decimal): -8156408 or 560003. OLE color: 560003.
HSL color Cylindrical-coordinate representation of color #838B08: hue angle of 63.66º 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 #838B08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 8 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.45 |
| HSL | 63.66º | 0.89% | 0.29% | - |
| HSV(B) | 63.66º | 0.94% | 0.55% | - |
| XYZ | 18.64 | 23.31 | 3.75 | - |
| YUV | 121.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 8 | 0.06 | 0 | 0.94 | 0.45 | 63.66 | 0.89 | 0.29 |
| Hex | 83 | 8B | 8 | 6 | 0 | 5E | 2D | 40 | 59 | 1D |
| Octal | 203 | 213 | 10 | 6 | 0 | 136 | 55 | 100 | 131 | 35 |
| Binary | 10000011 | 10001011 | 1000 | 110 | 0 | 1011110 | 101101 | 1000000 | 1011001 | 11101 |
Color Harmonies of #838B08
Complementary color
Monochromatic Colors of #838B08
Black with #838B08
Text Example
Text Example
White with #838B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B08; }
p { color: rgb(131,139,8); }
H1.HeaderClassName
{
color: #838B08;
}
.AnyTagClassName
{
color: #838B08;
}
</style>
background-color css
<style>
a { background-color: #838B08; }
a { background-color: rgb(131,139,8); }
div.DivClassName
{
background-color: #838B08;
}
.BgClassName
{
background-color: #838B08;
}
</style>
border-color css
<style>
span { border-color: #838B08; }
span { border-color: rgb(131,139,8); }
td.TdClassName
{
border-color: #838B08;
}
.TagClassName
{
border-color: #838B08;
}
</style>