Shades of Olivine #96C368
Tints of Olivine #96C368
RGB
CMYK
RGB Variations
Color information
#96C368 (or 0x96C368) is known color: Olivine. HEX triplet: 96, C3 and 68. RGB value is (150,195,104). Sum of RGB (Red+Green+Blue) = 150+195+104=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #96C368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C368 is #693C97. Grayscale: #ABABAB. Windows color (decimal): -6896792 or 6865814. OLE color: 6865814.
HSL color Cylindrical-coordinate representation of color #96C368: hue angle of 89.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96C368 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 104 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.24 |
| HSL | 89.67º | 0.43% | 0.59% | - |
| HSV(B) | 89.67º | 0.47% | 0.76% | - |
| XYZ | 34.59 | 46.51 | 20.25 | - |
| YUV | 171.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 104 | 0.23 | 0 | 0.47 | 0.24 | 89.67 | 0.43 | 0.59 |
| Hex | 96 | C3 | 68 | 17 | 0 | 2F | 18 | 5A | 2B | 3B |
| Octal | 226 | 303 | 150 | 27 | 0 | 57 | 30 | 132 | 53 | 73 |
| Binary | 10010110 | 11000011 | 1101000 | 10111 | 0 | 101111 | 11000 | 1011010 | 101011 | 111011 |
Color Harmonies of #96C368
Complementary color
Monochromatic Colors of #96C368
Black with #96C368
Text Example
Text Example
White with #96C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C368; }
p { color: rgb(150,195,104); }
H1.HeaderClassName
{
color: #96C368;
}
.AnyTagClassName
{
color: #96C368;
}
</style>
background-color css
<style>
a { background-color: #96C368; }
a { background-color: rgb(150,195,104); }
div.DivClassName
{
background-color: #96C368;
}
.BgClassName
{
background-color: #96C368;
}
</style>
border-color css
<style>
span { border-color: #96C368; }
span { border-color: rgb(150,195,104); }
td.TdClassName
{
border-color: #96C368;
}
.TagClassName
{
border-color: #96C368;
}
</style>