Shades of Olivine #92C175
Tints of Olivine #92C175
RGB
CMYK
RGB Variations
Color information
#92C175 (or 0x92C175) is known color: Olivine. HEX triplet: 92, C1 and 75. RGB value is (146,193,117). Sum of RGB (Red+Green+Blue) = 146+193+117=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #92C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C175 is #6D3E8A. Grayscale: #AAAAAA. Windows color (decimal): -7159435 or 7717266. OLE color: 7717266.
HSL color Cylindrical-coordinate representation of color #92C175: hue angle of 97.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92C175 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 117 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.24 |
| HSL | 97.11º | 0.38% | 0.61% | - |
| HSV(B) | 97.11º | 0.39% | 0.76% | - |
| XYZ | 34.13 | 45.54 | 23.82 | - |
| YUV | 170.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 117 | 0.24 | 0 | 0.39 | 0.24 | 97.11 | 0.38 | 0.61 |
| Hex | 92 | C1 | 75 | 18 | 0 | 27 | 18 | 61 | 26 | 3D |
| Octal | 222 | 301 | 165 | 30 | 0 | 47 | 30 | 141 | 46 | 75 |
| Binary | 10010010 | 11000001 | 1110101 | 11000 | 0 | 100111 | 11000 | 1100001 | 100110 | 111101 |
Color Harmonies of #92C175
Complementary color
Monochromatic Colors of #92C175
Black with #92C175
Text Example
Text Example
White with #92C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C175; }
p { color: rgb(146,193,117); }
H1.HeaderClassName
{
color: #92C175;
}
.AnyTagClassName
{
color: #92C175;
}
</style>
background-color css
<style>
a { background-color: #92C175; }
a { background-color: rgb(146,193,117); }
div.DivClassName
{
background-color: #92C175;
}
.BgClassName
{
background-color: #92C175;
}
</style>
border-color css
<style>
span { border-color: #92C175; }
span { border-color: rgb(146,193,117); }
td.TdClassName
{
border-color: #92C175;
}
.TagClassName
{
border-color: #92C175;
}
</style>