Shades of Olive #838709
Tints of Olive #838709
RGB
CMYK
RGB Variations
Color information
#838709 (or 0x838709) is known color: Olive. HEX triplet: 83, 87 and 09. RGB value is (131,135,9). Sum of RGB (Red+Green+Blue) = 131+135+9=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #838709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838709 is #7C78F6. Grayscale: #777777. Windows color (decimal): -8157431 or 624515. OLE color: 624515.
HSL color Cylindrical-coordinate representation of color #838709: hue angle of 61.9º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #838709 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 9 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.47 |
| HSL | 61.9º | 0.88% | 0.28% | - |
| HSV(B) | 61.9º | 0.93% | 0.53% | - |
| XYZ | 18.07 | 22.17 | 3.59 | - |
| YUV | 119.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 9 | 0.03 | 0 | 0.93 | 0.47 | 61.9 | 0.88 | 0.28 |
| Hex | 83 | 87 | 9 | 3 | 0 | 5D | 2F | 3E | 58 | 1C |
| Octal | 203 | 207 | 11 | 3 | 0 | 135 | 57 | 76 | 130 | 34 |
| Binary | 10000011 | 10000111 | 1001 | 11 | 0 | 1011101 | 101111 | 111110 | 1011000 | 11100 |
Color Harmonies of #838709
Complementary color
Monochromatic Colors of #838709
Black with #838709
Text Example
Text Example
White with #838709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838709; }
p { color: rgb(131,135,9); }
H1.HeaderClassName
{
color: #838709;
}
.AnyTagClassName
{
color: #838709;
}
</style>
background-color css
<style>
a { background-color: #838709; }
a { background-color: rgb(131,135,9); }
div.DivClassName
{
background-color: #838709;
}
.BgClassName
{
background-color: #838709;
}
</style>
border-color css
<style>
span { border-color: #838709; }
span { border-color: rgb(131,135,9); }
td.TdClassName
{
border-color: #838709;
}
.TagClassName
{
border-color: #838709;
}
</style>