Shades of Olive #869302
Tints of Olive #869302
RGB
CMYK
RGB Variations
Color information
#869302 (or 0x869302) is known color: Olive. HEX triplet: 86, 93 and 02. RGB value is (134,147,2). Sum of RGB (Red+Green+Blue) = 134+147+2=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #869302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869302 is #796CFD. Grayscale: #7F7F7F. Windows color (decimal): -7957758 or 168838. OLE color: 168838.
HSL color Cylindrical-coordinate representation of color #869302: hue angle of 65.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #869302 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 147 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.42 |
| HSL | 65.38º | 0.97% | 0.29% | - |
| HSV(B) | 65.38º | 0.99% | 0.58% | - |
| XYZ | 20.28 | 25.94 | 4 | - |
| YUV | 126.58 | 57.69 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 147 | 2 | 0.09 | 0 | 0.99 | 0.42 | 65.38 | 0.97 | 0.29 |
| Hex | 86 | 93 | 2 | 9 | 0 | 63 | 2A | 41 | 61 | 1D |
| Octal | 206 | 223 | 2 | 11 | 0 | 143 | 52 | 101 | 141 | 35 |
| Binary | 10000110 | 10010011 | 10 | 1001 | 0 | 1100011 | 101010 | 1000001 | 1100001 | 11101 |
Color Harmonies of #869302
Complementary color
Monochromatic Colors of #869302
Black with #869302
Text Example
Text Example
White with #869302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869302; }
p { color: rgb(134,147,2); }
H1.HeaderClassName
{
color: #869302;
}
.AnyTagClassName
{
color: #869302;
}
</style>
background-color css
<style>
a { background-color: #869302; }
a { background-color: rgb(134,147,2); }
div.DivClassName
{
background-color: #869302;
}
.BgClassName
{
background-color: #869302;
}
</style>
border-color css
<style>
span { border-color: #869302; }
span { border-color: rgb(134,147,2); }
td.TdClassName
{
border-color: #869302;
}
.TagClassName
{
border-color: #869302;
}
</style>