Shades of Olivine #92C971
Tints of Olivine #92C971
RGB
CMYK
RGB Variations
Color information
#92C971 (or 0x92C971) is known color: Olivine. HEX triplet: 92, C9 and 71. RGB value is (146,201,113). Sum of RGB (Red+Green+Blue) = 146+201+113=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #92C971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C971 is #6D368E. Grayscale: #AEAEAE. Windows color (decimal): -7157391 or 7457170. OLE color: 7457170.
HSL color Cylindrical-coordinate representation of color #92C971: hue angle of 97.5º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92C971 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 113 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.21 |
| HSL | 97.5º | 0.45% | 0.62% | - |
| HSV(B) | 97.5º | 0.44% | 0.79% | - |
| XYZ | 35.72 | 49.08 | 23.21 | - |
| YUV | 174.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 113 | 0.27 | 0 | 0.44 | 0.21 | 97.5 | 0.45 | 0.62 |
| Hex | 92 | C9 | 71 | 1B | 0 | 2C | 15 | 62 | 2D | 3E |
| Octal | 222 | 311 | 161 | 33 | 0 | 54 | 25 | 142 | 55 | 76 |
| Binary | 10010010 | 11001001 | 1110001 | 11011 | 0 | 101100 | 10101 | 1100010 | 101101 | 111110 |
Color Harmonies of #92C971
Complementary color
Monochromatic Colors of #92C971
Black with #92C971
Text Example
Text Example
White with #92C971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C971; }
p { color: rgb(146,201,113); }
H1.HeaderClassName
{
color: #92C971;
}
.AnyTagClassName
{
color: #92C971;
}
</style>
background-color css
<style>
a { background-color: #92C971; }
a { background-color: rgb(146,201,113); }
div.DivClassName
{
background-color: #92C971;
}
.BgClassName
{
background-color: #92C971;
}
</style>
border-color css
<style>
span { border-color: #92C971; }
span { border-color: rgb(146,201,113); }
td.TdClassName
{
border-color: #92C971;
}
.TagClassName
{
border-color: #92C971;
}
</style>