Shades of Olivine #92BE77
Tints of Olivine #92BE77
RGB
CMYK
RGB Variations
Color information
#92BE77 (or 0x92BE77) is known color: Olivine. HEX triplet: 92, BE and 77. RGB value is (146,190,119). Sum of RGB (Red+Green+Blue) = 146+190+119=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BE77 is #6D4188. Grayscale: #A8A8A8. Windows color (decimal): -7160201 or 7847570. OLE color: 7847570.
HSL color Cylindrical-coordinate representation of color #92BE77: hue angle of 97.18º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BE77 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 190 | 119 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.25 |
| HSL | 97.18º | 0.35% | 0.61% | - |
| HSV(B) | 97.18º | 0.37% | 0.75% | - |
| XYZ | 33.6 | 44.27 | 24.23 | - |
| YUV | 168.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 119 | 0.23 | 0 | 0.37 | 0.25 | 97.18 | 0.35 | 0.61 |
| Hex | 92 | BE | 77 | 17 | 0 | 25 | 19 | 61 | 23 | 3D |
| Octal | 222 | 276 | 167 | 27 | 0 | 45 | 31 | 141 | 43 | 75 |
| Binary | 10010010 | 10111110 | 1110111 | 10111 | 0 | 100101 | 11001 | 1100001 | 100011 | 111101 |
Color Harmonies of #92BE77
Complementary color
Monochromatic Colors of #92BE77
Black with #92BE77
Text Example
Text Example
White with #92BE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BE77; }
p { color: rgb(146,190,119); }
H1.HeaderClassName
{
color: #92BE77;
}
.AnyTagClassName
{
color: #92BE77;
}
</style>
background-color css
<style>
a { background-color: #92BE77; }
a { background-color: rgb(146,190,119); }
div.DivClassName
{
background-color: #92BE77;
}
.BgClassName
{
background-color: #92BE77;
}
</style>
border-color css
<style>
span { border-color: #92BE77; }
span { border-color: rgb(146,190,119); }
td.TdClassName
{
border-color: #92BE77;
}
.TagClassName
{
border-color: #92BE77;
}
</style>