Shades of Olive #978203
Tints of Olive #978203
RGB
CMYK
RGB Variations
Color information
#978203 (or 0x978203) is known color: Olive. HEX triplet: 97, 82 and 03. RGB value is (151,130,3). Sum of RGB (Red+Green+Blue) = 151+130+3=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #978203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978203 is #687DFC. Grayscale: #7A7A7A. Windows color (decimal): -6847997 or 230039. OLE color: 230039.
HSL color Cylindrical-coordinate representation of color #978203: hue angle of 51.49º 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 #978203 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.41 |
| HSL | 51.49º | 0.96% | 0.3% | - |
| HSV(B) | 51.49º | 0.98% | 0.59% | - |
| XYZ | 20.76 | 22.55 | 3.34 | - |
| YUV | 121.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 3 | 0 | 0.14 | 0.98 | 0.41 | 51.49 | 0.96 | 0.3 |
| Hex | 97 | 82 | 3 | 0 | E | 62 | 29 | 33 | 60 | 1E |
| Octal | 227 | 202 | 3 | 0 | 16 | 142 | 51 | 63 | 140 | 36 |
| Binary | 10010111 | 10000010 | 11 | 0 | 1110 | 1100010 | 101001 | 110011 | 1100000 | 11110 |
Color Harmonies of #978203
Complementary color
Monochromatic Colors of #978203
Black with #978203
Text Example
Text Example
White with #978203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978203; }
p { color: rgb(151,130,3); }
H1.HeaderClassName
{
color: #978203;
}
.AnyTagClassName
{
color: #978203;
}
</style>
background-color css
<style>
a { background-color: #978203; }
a { background-color: rgb(151,130,3); }
div.DivClassName
{
background-color: #978203;
}
.BgClassName
{
background-color: #978203;
}
</style>
border-color css
<style>
span { border-color: #978203; }
span { border-color: rgb(151,130,3); }
td.TdClassName
{
border-color: #978203;
}
.TagClassName
{
border-color: #978203;
}
</style>