Shades of Olive #838707
Tints of Olive #838707
RGB
CMYK
RGB Variations
Color information
#838707 (or 0x838707) is known color: Olive. HEX triplet: 83, 87 and 07. RGB value is (131,135,7). Sum of RGB (Red+Green+Blue) = 131+135+7=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #838707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838707 is #7C78F8. Grayscale: #777777. Windows color (decimal): -8157433 or 493443. OLE color: 493443.
HSL color Cylindrical-coordinate representation of color #838707: hue angle of 61.88º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #838707 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 7 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.47 |
| HSL | 61.88º | 0.9% | 0.28% | - |
| HSV(B) | 61.88º | 0.95% | 0.53% | - |
| XYZ | 18.06 | 22.17 | 3.53 | - |
| YUV | 119.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 7 | 0.03 | 0 | 0.95 | 0.47 | 61.88 | 0.9 | 0.28 |
| Hex | 83 | 87 | 7 | 3 | 0 | 5F | 2F | 3E | 5A | 1C |
| Octal | 203 | 207 | 7 | 3 | 0 | 137 | 57 | 76 | 132 | 34 |
| Binary | 10000011 | 10000111 | 111 | 11 | 0 | 1011111 | 101111 | 111110 | 1011010 | 11100 |
Color Harmonies of #838707
Complementary color
Monochromatic Colors of #838707
Black with #838707
Text Example
Text Example
White with #838707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838707; }
p { color: rgb(131,135,7); }
H1.HeaderClassName
{
color: #838707;
}
.AnyTagClassName
{
color: #838707;
}
</style>
background-color css
<style>
a { background-color: #838707; }
a { background-color: rgb(131,135,7); }
div.DivClassName
{
background-color: #838707;
}
.BgClassName
{
background-color: #838707;
}
</style>
border-color css
<style>
span { border-color: #838707; }
span { border-color: rgb(131,135,7); }
td.TdClassName
{
border-color: #838707;
}
.TagClassName
{
border-color: #838707;
}
</style>