Shades of Olive #819603
Tints of Olive #819603
RGB
CMYK
RGB Variations
Color information
#819603 (or 0x819603) is known color: Olive. HEX triplet: 81, 96 and 03. RGB value is (129,150,3). Sum of RGB (Red+Green+Blue) = 129+150+3=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #819603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819603 is #7E69FC. Grayscale: #7F7F7F. Windows color (decimal): -8284669 or 235137. OLE color: 235137.
HSL color Cylindrical-coordinate representation of color #819603: hue angle of 68.57º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #819603 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.41 |
| HSL | 68.57º | 0.96% | 0.3% | - |
| HSV(B) | 68.57º | 0.98% | 0.59% | - |
| XYZ | 19.98 | 26.49 | 4.15 | - |
| YUV | 126.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 3 | 0.14 | 0 | 0.98 | 0.41 | 68.57 | 0.96 | 0.3 |
| Hex | 81 | 96 | 3 | E | 0 | 62 | 29 | 45 | 60 | 1E |
| Octal | 201 | 226 | 3 | 16 | 0 | 142 | 51 | 105 | 140 | 36 |
| Binary | 10000001 | 10010110 | 11 | 1110 | 0 | 1100010 | 101001 | 1000101 | 1100000 | 11110 |
Color Harmonies of #819603
Complementary color
Monochromatic Colors of #819603
Black with #819603
Text Example
Text Example
White with #819603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819603; }
p { color: rgb(129,150,3); }
H1.HeaderClassName
{
color: #819603;
}
.AnyTagClassName
{
color: #819603;
}
</style>
background-color css
<style>
a { background-color: #819603; }
a { background-color: rgb(129,150,3); }
div.DivClassName
{
background-color: #819603;
}
.BgClassName
{
background-color: #819603;
}
</style>
border-color css
<style>
span { border-color: #819603; }
span { border-color: rgb(129,150,3); }
td.TdClassName
{
border-color: #819603;
}
.TagClassName
{
border-color: #819603;
}
</style>