Shades of Olivine #96CF68
Tints of Olivine #96CF68
RGB
CMYK
RGB Variations
Color information
#96CF68 (or 0x96CF68) is known color: Olivine. HEX triplet: 96, CF and 68. RGB value is (150,207,104). Sum of RGB (Red+Green+Blue) = 150+207+104=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF68 is #693097. Grayscale: #B2B2B2. Windows color (decimal): -6893720 or 6868886. OLE color: 6868886.
HSL color Cylindrical-coordinate representation of color #96CF68: hue angle of 93.2º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96CF68 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 104 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.19 |
| HSL | 93.2º | 0.52% | 0.61% | - |
| HSV(B) | 93.2º | 0.5% | 0.81% | - |
| XYZ | 37.39 | 52.11 | 21.18 | - |
| YUV | 178.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 104 | 0.28 | 0 | 0.50 | 0.19 | 93.2 | 0.52 | 0.61 |
| Hex | 96 | CF | 68 | 1C | 0 | 32 | 13 | 5D | 34 | 3D |
| Octal | 226 | 317 | 150 | 34 | 0 | 62 | 23 | 135 | 64 | 75 |
| Binary | 10010110 | 11001111 | 1101000 | 11100 | 0 | 110010 | 10011 | 1011101 | 110100 | 111101 |
Color Harmonies of #96CF68
Complementary color
Monochromatic Colors of #96CF68
Black with #96CF68
Text Example
Text Example
White with #96CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF68; }
p { color: rgb(150,207,104); }
H1.HeaderClassName
{
color: #96CF68;
}
.AnyTagClassName
{
color: #96CF68;
}
</style>
background-color css
<style>
a { background-color: #96CF68; }
a { background-color: rgb(150,207,104); }
div.DivClassName
{
background-color: #96CF68;
}
.BgClassName
{
background-color: #96CF68;
}
</style>
border-color css
<style>
span { border-color: #96CF68; }
span { border-color: rgb(150,207,104); }
td.TdClassName
{
border-color: #96CF68;
}
.TagClassName
{
border-color: #96CF68;
}
</style>