Shades of Olivine #96CA5F
Tints of Olivine #96CA5F
RGB
CMYK
RGB Variations
Color information
#96CA5F (or 0x96CA5F) is known color: Olivine. HEX triplet: 96, CA and 5F. RGB value is (150,202,95). Sum of RGB (Red+Green+Blue) = 150+202+95=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA5F is #6935A0. Grayscale: #AEAEAE. Windows color (decimal): -6895009 or 6277782. OLE color: 6277782.
HSL color Cylindrical-coordinate representation of color #96CA5F: hue angle of 89.16º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96CA5F is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 95 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.21 |
| HSL | 89.16º | 0.5% | 0.58% | - |
| HSV(B) | 89.16º | 0.53% | 0.79% | - |
| XYZ | 35.76 | 49.55 | 18.51 | - |
| YUV | 174.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 95 | 0.26 | 0 | 0.53 | 0.21 | 89.16 | 0.5 | 0.58 |
| Hex | 96 | CA | 5F | 1A | 0 | 35 | 15 | 59 | 32 | 3A |
| Octal | 226 | 312 | 137 | 32 | 0 | 65 | 25 | 131 | 62 | 72 |
| Binary | 10010110 | 11001010 | 1011111 | 11010 | 0 | 110101 | 10101 | 1011001 | 110010 | 111010 |
Color Harmonies of #96CA5F
Complementary color
Monochromatic Colors of #96CA5F
Black with #96CA5F
Text Example
Text Example
White with #96CA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA5F; }
p { color: rgb(150,202,95); }
H1.HeaderClassName
{
color: #96CA5F;
}
.AnyTagClassName
{
color: #96CA5F;
}
</style>
background-color css
<style>
a { background-color: #96CA5F; }
a { background-color: rgb(150,202,95); }
div.DivClassName
{
background-color: #96CA5F;
}
.BgClassName
{
background-color: #96CA5F;
}
</style>
border-color css
<style>
span { border-color: #96CA5F; }
span { border-color: rgb(150,202,95); }
td.TdClassName
{
border-color: #96CA5F;
}
.TagClassName
{
border-color: #96CA5F;
}
</style>