Shades of Olivine #96BC74
Tints of Olivine #96BC74
RGB
CMYK
RGB Variations
Color information
#96BC74 (or 0x96BC74) is known color: Olivine. HEX triplet: 96, BC and 74. RGB value is (150,188,116). Sum of RGB (Red+Green+Blue) = 150+188+116=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC74 is #69438B. Grayscale: #A8A8A8. Windows color (decimal): -6898572 or 7650454. OLE color: 7650454.
HSL color Cylindrical-coordinate representation of color #96BC74: hue angle of 91.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96BC74 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 116 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.26 |
| HSL | 91.67º | 0.35% | 0.6% | - |
| HSV(B) | 91.67º | 0.38% | 0.74% | - |
| XYZ | 33.71 | 43.71 | 23.18 | - |
| YUV | 168.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 116 | 0.20 | 0 | 0.38 | 0.26 | 91.67 | 0.35 | 0.6 |
| Hex | 96 | BC | 74 | 14 | 0 | 26 | 1A | 5C | 23 | 3C |
| Octal | 226 | 274 | 164 | 24 | 0 | 46 | 32 | 134 | 43 | 74 |
| Binary | 10010110 | 10111100 | 1110100 | 10100 | 0 | 100110 | 11010 | 1011100 | 100011 | 111100 |
Color Harmonies of #96BC74
Complementary color
Monochromatic Colors of #96BC74
Black with #96BC74
Text Example
Text Example
White with #96BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC74; }
p { color: rgb(150,188,116); }
H1.HeaderClassName
{
color: #96BC74;
}
.AnyTagClassName
{
color: #96BC74;
}
</style>
background-color css
<style>
a { background-color: #96BC74; }
a { background-color: rgb(150,188,116); }
div.DivClassName
{
background-color: #96BC74;
}
.BgClassName
{
background-color: #96BC74;
}
</style>
border-color css
<style>
span { border-color: #96BC74; }
span { border-color: rgb(150,188,116); }
td.TdClassName
{
border-color: #96BC74;
}
.TagClassName
{
border-color: #96BC74;
}
</style>