Shades of Olivine #92B576
Tints of Olivine #92B576
RGB
CMYK
RGB Variations
Color information
#92B576 (or 0x92B576) is known color: Olivine. HEX triplet: 92, B5 and 76. RGB value is (146,181,118). Sum of RGB (Red+Green+Blue) = 146+181+118=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #92B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B576 is #6D4A89. Grayscale: #A3A3A3. Windows color (decimal): -7162506 or 7779730. OLE color: 7779730.
HSL color Cylindrical-coordinate representation of color #92B576: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92B576 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 118 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.29 |
| HSL | 93.33º | 0.3% | 0.59% | - |
| HSV(B) | 93.33º | 0.35% | 0.71% | - |
| XYZ | 31.65 | 40.47 | 23.28 | - |
| YUV | 163.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 118 | 0.19 | 0 | 0.35 | 0.29 | 93.33 | 0.3 | 0.59 |
| Hex | 92 | B5 | 76 | 13 | 0 | 23 | 1D | 5D | 1E | 3B |
| Octal | 222 | 265 | 166 | 23 | 0 | 43 | 35 | 135 | 36 | 73 |
| Binary | 10010010 | 10110101 | 1110110 | 10011 | 0 | 100011 | 11101 | 1011101 | 11110 | 111011 |
Color Harmonies of #92B576
Complementary color
Monochromatic Colors of #92B576
Black with #92B576
Text Example
Text Example
White with #92B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B576; }
p { color: rgb(146,181,118); }
H1.HeaderClassName
{
color: #92B576;
}
.AnyTagClassName
{
color: #92B576;
}
</style>
background-color css
<style>
a { background-color: #92B576; }
a { background-color: rgb(146,181,118); }
div.DivClassName
{
background-color: #92B576;
}
.BgClassName
{
background-color: #92B576;
}
</style>
border-color css
<style>
span { border-color: #92B576; }
span { border-color: rgb(146,181,118); }
td.TdClassName
{
border-color: #92B576;
}
.TagClassName
{
border-color: #92B576;
}
</style>