Shades of Olivine #96C677
Tints of Olivine #96C677
RGB
CMYK
RGB Variations
Color information
#96C677 (or 0x96C677) is known color: Olivine. HEX triplet: 96, C6 and 77. RGB value is (150,198,119). Sum of RGB (Red+Green+Blue) = 150+198+119=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #96C677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C677 is #693988. Grayscale: #AEAEAE. Windows color (decimal): -6896009 or 7849622. OLE color: 7849622.
HSL color Cylindrical-coordinate representation of color #96C677: hue angle of 96.46º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C677 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 119 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.22 |
| HSL | 96.46º | 0.41% | 0.62% | - |
| HSV(B) | 96.46º | 0.4% | 0.78% | - |
| XYZ | 36.1 | 48.2 | 24.85 | - |
| YUV | 174.64 | 96.6 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 119 | 0.24 | 0 | 0.40 | 0.22 | 96.46 | 0.41 | 0.62 |
| Hex | 96 | C6 | 77 | 18 | 0 | 28 | 16 | 60 | 29 | 3E |
| Octal | 226 | 306 | 167 | 30 | 0 | 50 | 26 | 140 | 51 | 76 |
| Binary | 10010110 | 11000110 | 1110111 | 11000 | 0 | 101000 | 10110 | 1100000 | 101001 | 111110 |
Color Harmonies of #96C677
Complementary color
Monochromatic Colors of #96C677
Black with #96C677
Text Example
Text Example
White with #96C677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C677; }
p { color: rgb(150,198,119); }
H1.HeaderClassName
{
color: #96C677;
}
.AnyTagClassName
{
color: #96C677;
}
</style>
background-color css
<style>
a { background-color: #96C677; }
a { background-color: rgb(150,198,119); }
div.DivClassName
{
background-color: #96C677;
}
.BgClassName
{
background-color: #96C677;
}
</style>
border-color css
<style>
span { border-color: #96C677; }
span { border-color: rgb(150,198,119); }
td.TdClassName
{
border-color: #96C677;
}
.TagClassName
{
border-color: #96C677;
}
</style>