Shades of Olivine #96CF6C
Tints of Olivine #96CF6C
RGB
CMYK
RGB Variations
Color information
#96CF6C (or 0x96CF6C) is known color: Olivine. HEX triplet: 96, CF and 6C. RGB value is (150,207,108). Sum of RGB (Red+Green+Blue) = 150+207+108=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF6C is #693093. Grayscale: #B3B3B3. Windows color (decimal): -6893716 or 7131030. OLE color: 7131030.
HSL color Cylindrical-coordinate representation of color #96CF6C: hue angle of 94.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96CF6C is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 108 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.19 |
| HSL | 94.55º | 0.51% | 0.62% | - |
| HSV(B) | 94.55º | 0.48% | 0.81% | - |
| XYZ | 37.6 | 52.19 | 22.28 | - |
| YUV | 178.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 108 | 0.28 | 0 | 0.48 | 0.19 | 94.55 | 0.51 | 0.62 |
| Hex | 96 | CF | 6C | 1C | 0 | 30 | 13 | 5F | 33 | 3E |
| Octal | 226 | 317 | 154 | 34 | 0 | 60 | 23 | 137 | 63 | 76 |
| Binary | 10010110 | 11001111 | 1101100 | 11100 | 0 | 110000 | 10011 | 1011111 | 110011 | 111110 |
Color Harmonies of #96CF6C
Complementary color
Monochromatic Colors of #96CF6C
Black with #96CF6C
Text Example
Text Example
White with #96CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF6C; }
p { color: rgb(150,207,108); }
H1.HeaderClassName
{
color: #96CF6C;
}
.AnyTagClassName
{
color: #96CF6C;
}
</style>
background-color css
<style>
a { background-color: #96CF6C; }
a { background-color: rgb(150,207,108); }
div.DivClassName
{
background-color: #96CF6C;
}
.BgClassName
{
background-color: #96CF6C;
}
</style>
border-color css
<style>
span { border-color: #96CF6C; }
span { border-color: rgb(150,207,108); }
td.TdClassName
{
border-color: #96CF6C;
}
.TagClassName
{
border-color: #96CF6C;
}
</style>