Shades of Olivine #96D467
Tints of Olivine #96D467
RGB
CMYK
RGB Variations
Color information
#96D467 (or 0x96D467) is known color: Olivine. HEX triplet: 96, D4 and 67. RGB value is (150,212,103). Sum of RGB (Red+Green+Blue) = 150+212+103=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #96D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D467 is #692B98. Grayscale: #B5B5B5. Windows color (decimal): -6892441 or 6804630. OLE color: 6804630.
HSL color Cylindrical-coordinate representation of color #96D467: hue angle of 94.13º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D467 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 103 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.17 |
| HSL | 94.13º | 0.56% | 0.62% | - |
| HSV(B) | 94.13º | 0.51% | 0.83% | - |
| XYZ | 38.57 | 54.55 | 21.33 | - |
| YUV | 181.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 103 | 0.29 | 0 | 0.51 | 0.17 | 94.13 | 0.56 | 0.62 |
| Hex | 96 | D4 | 67 | 1D | 0 | 33 | 11 | 5E | 38 | 3E |
| Octal | 226 | 324 | 147 | 35 | 0 | 63 | 21 | 136 | 70 | 76 |
| Binary | 10010110 | 11010100 | 1100111 | 11101 | 0 | 110011 | 10001 | 1011110 | 111000 | 111110 |
Color Harmonies of #96D467
Complementary color
Monochromatic Colors of #96D467
Black with #96D467
Text Example
Text Example
White with #96D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D467; }
p { color: rgb(150,212,103); }
H1.HeaderClassName
{
color: #96D467;
}
.AnyTagClassName
{
color: #96D467;
}
</style>
background-color css
<style>
a { background-color: #96D467; }
a { background-color: rgb(150,212,103); }
div.DivClassName
{
background-color: #96D467;
}
.BgClassName
{
background-color: #96D467;
}
</style>
border-color css
<style>
span { border-color: #96D467; }
span { border-color: rgb(150,212,103); }
td.TdClassName
{
border-color: #96D467;
}
.TagClassName
{
border-color: #96D467;
}
</style>