Shades of Olivine #96CA6B
Tints of Olivine #96CA6B
RGB
CMYK
RGB Variations
Color information
#96CA6B (or 0x96CA6B) is known color: Olivine. HEX triplet: 96, CA and 6B. RGB value is (150,202,107). Sum of RGB (Red+Green+Blue) = 150+202+107=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA6B is #693594. Grayscale: #AFAFAF. Windows color (decimal): -6894997 or 7064214. OLE color: 7064214.
HSL color Cylindrical-coordinate representation of color #96CA6B: hue angle of 92.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96CA6B is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 107 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.21 |
| HSL | 92.84º | 0.47% | 0.61% | - |
| HSV(B) | 92.84º | 0.47% | 0.79% | - |
| XYZ | 36.35 | 49.79 | 21.6 | - |
| YUV | 175.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 107 | 0.26 | 0 | 0.47 | 0.21 | 92.84 | 0.47 | 0.61 |
| Hex | 96 | CA | 6B | 1A | 0 | 2F | 15 | 5D | 2F | 3D |
| Octal | 226 | 312 | 153 | 32 | 0 | 57 | 25 | 135 | 57 | 75 |
| Binary | 10010110 | 11001010 | 1101011 | 11010 | 0 | 101111 | 10101 | 1011101 | 101111 | 111101 |
Color Harmonies of #96CA6B
Complementary color
Monochromatic Colors of #96CA6B
Black with #96CA6B
Text Example
Text Example
White with #96CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA6B; }
p { color: rgb(150,202,107); }
H1.HeaderClassName
{
color: #96CA6B;
}
.AnyTagClassName
{
color: #96CA6B;
}
</style>
background-color css
<style>
a { background-color: #96CA6B; }
a { background-color: rgb(150,202,107); }
div.DivClassName
{
background-color: #96CA6B;
}
.BgClassName
{
background-color: #96CA6B;
}
</style>
border-color css
<style>
span { border-color: #96CA6B; }
span { border-color: rgb(150,202,107); }
td.TdClassName
{
border-color: #96CA6B;
}
.TagClassName
{
border-color: #96CA6B;
}
</style>