Shades of Olive #838809
Tints of Olive #838809
RGB
CMYK
RGB Variations
Color information
#838809 (or 0x838809) is known color: Olive. HEX triplet: 83, 88 and 09. RGB value is (131,136,9). Sum of RGB (Red+Green+Blue) = 131+136+9=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #838809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838809 is #7C77F6. Grayscale: #787878. Windows color (decimal): -8157175 or 624771. OLE color: 624771.
HSL color Cylindrical-coordinate representation of color #838809: hue angle of 62.36º 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 #838809 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 9 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.47 |
| HSL | 62.36º | 0.88% | 0.28% | - |
| HSV(B) | 62.36º | 0.93% | 0.53% | - |
| XYZ | 18.21 | 22.45 | 3.63 | - |
| YUV | 120.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 9 | 0.04 | 0 | 0.93 | 0.47 | 62.36 | 0.88 | 0.28 |
| Hex | 83 | 88 | 9 | 4 | 0 | 5D | 2F | 3E | 58 | 1C |
| Octal | 203 | 210 | 11 | 4 | 0 | 135 | 57 | 76 | 130 | 34 |
| Binary | 10000011 | 10001000 | 1001 | 100 | 0 | 1011101 | 101111 | 111110 | 1011000 | 11100 |
Color Harmonies of #838809
Complementary color
Monochromatic Colors of #838809
Black with #838809
Text Example
Text Example
White with #838809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838809; }
p { color: rgb(131,136,9); }
H1.HeaderClassName
{
color: #838809;
}
.AnyTagClassName
{
color: #838809;
}
</style>
background-color css
<style>
a { background-color: #838809; }
a { background-color: rgb(131,136,9); }
div.DivClassName
{
background-color: #838809;
}
.BgClassName
{
background-color: #838809;
}
</style>
border-color css
<style>
span { border-color: #838809; }
span { border-color: rgb(131,136,9); }
td.TdClassName
{
border-color: #838809;
}
.TagClassName
{
border-color: #838809;
}
</style>