Shades of Olivine #96CF6D
Tints of Olivine #96CF6D
RGB
CMYK
RGB Variations
Color information
#96CF6D (or 0x96CF6D) is known color: Olivine. HEX triplet: 96, CF and 6D. RGB value is (150,207,109). Sum of RGB (Red+Green+Blue) = 150+207+109=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF6D is #693092. Grayscale: #B3B3B3. Windows color (decimal): -6893715 or 7196566. OLE color: 7196566.
HSL color Cylindrical-coordinate representation of color #96CF6D: hue angle of 94.9º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96CF6D is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 109 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.19 |
| HSL | 94.9º | 0.51% | 0.62% | - |
| HSV(B) | 94.9º | 0.47% | 0.81% | - |
| XYZ | 37.65 | 52.21 | 22.56 | - |
| YUV | 178.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 109 | 0.28 | 0 | 0.47 | 0.19 | 94.9 | 0.51 | 0.62 |
| Hex | 96 | CF | 6D | 1C | 0 | 2F | 13 | 5F | 33 | 3E |
| Octal | 226 | 317 | 155 | 34 | 0 | 57 | 23 | 137 | 63 | 76 |
| Binary | 10010110 | 11001111 | 1101101 | 11100 | 0 | 101111 | 10011 | 1011111 | 110011 | 111110 |
Color Harmonies of #96CF6D
Complementary color
Monochromatic Colors of #96CF6D
Black with #96CF6D
Text Example
Text Example
White with #96CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF6D; }
p { color: rgb(150,207,109); }
H1.HeaderClassName
{
color: #96CF6D;
}
.AnyTagClassName
{
color: #96CF6D;
}
</style>
background-color css
<style>
a { background-color: #96CF6D; }
a { background-color: rgb(150,207,109); }
div.DivClassName
{
background-color: #96CF6D;
}
.BgClassName
{
background-color: #96CF6D;
}
</style>
border-color css
<style>
span { border-color: #96CF6D; }
span { border-color: rgb(150,207,109); }
td.TdClassName
{
border-color: #96CF6D;
}
.TagClassName
{
border-color: #96CF6D;
}
</style>