Shades of Olivine #96CA73
Tints of Olivine #96CA73
RGB
CMYK
RGB Variations
Color information
#96CA73 (or 0x96CA73) is known color: Olivine. HEX triplet: 96, CA and 73. RGB value is (150,202,115). Sum of RGB (Red+Green+Blue) = 150+202+115=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA73 is #69358C. Grayscale: #B0B0B0. Windows color (decimal): -6894989 or 7588502. OLE color: 7588502.
HSL color Cylindrical-coordinate representation of color #96CA73: hue angle of 95.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96CA73 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 115 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.21 |
| HSL | 95.86º | 0.45% | 0.62% | - |
| HSV(B) | 95.86º | 0.43% | 0.79% | - |
| XYZ | 36.79 | 49.96 | 23.92 | - |
| YUV | 176.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 115 | 0.26 | 0 | 0.43 | 0.21 | 95.86 | 0.45 | 0.62 |
| Hex | 96 | CA | 73 | 1A | 0 | 2B | 15 | 60 | 2D | 3E |
| Octal | 226 | 312 | 163 | 32 | 0 | 53 | 25 | 140 | 55 | 76 |
| Binary | 10010110 | 11001010 | 1110011 | 11010 | 0 | 101011 | 10101 | 1100000 | 101101 | 111110 |
Color Harmonies of #96CA73
Complementary color
Monochromatic Colors of #96CA73
Black with #96CA73
Text Example
Text Example
White with #96CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA73; }
p { color: rgb(150,202,115); }
H1.HeaderClassName
{
color: #96CA73;
}
.AnyTagClassName
{
color: #96CA73;
}
</style>
background-color css
<style>
a { background-color: #96CA73; }
a { background-color: rgb(150,202,115); }
div.DivClassName
{
background-color: #96CA73;
}
.BgClassName
{
background-color: #96CA73;
}
</style>
border-color css
<style>
span { border-color: #96CA73; }
span { border-color: rgb(150,202,115); }
td.TdClassName
{
border-color: #96CA73;
}
.TagClassName
{
border-color: #96CA73;
}
</style>