Shades of Olivine #92B581
Tints of Olivine #92B581
RGB
CMYK
RGB Variations
Color information
#92B581 (or 0x92B581) is known color: Olivine. HEX triplet: 92, B5 and 81. RGB value is (146,181,129). Sum of RGB (Red+Green+Blue) = 146+181+129=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #92B581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B581 is #6D4A7E. Grayscale: #A4A4A4. Windows color (decimal): -7162495 or 8500626. OLE color: 8500626.
HSL color Cylindrical-coordinate representation of color #92B581: hue angle of 100.38º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92B581 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 129 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.29 |
| HSL | 100.38º | 0.26% | 0.61% | - |
| HSV(B) | 100.38º | 0.29% | 0.71% | - |
| XYZ | 32.34 | 40.74 | 26.93 | - |
| YUV | 164.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 129 | 0.19 | 0 | 0.29 | 0.29 | 100.38 | 0.26 | 0.61 |
| Hex | 92 | B5 | 81 | 13 | 0 | 1D | 1D | 64 | 1A | 3D |
| Octal | 222 | 265 | 201 | 23 | 0 | 35 | 35 | 144 | 32 | 75 |
| Binary | 10010010 | 10110101 | 10000001 | 10011 | 0 | 11101 | 11101 | 1100100 | 11010 | 111101 |
Color Harmonies of #92B581
Complementary color
Monochromatic Colors of #92B581
Black with #92B581
Text Example
Text Example
White with #92B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B581; }
p { color: rgb(146,181,129); }
H1.HeaderClassName
{
color: #92B581;
}
.AnyTagClassName
{
color: #92B581;
}
</style>
background-color css
<style>
a { background-color: #92B581; }
a { background-color: rgb(146,181,129); }
div.DivClassName
{
background-color: #92B581;
}
.BgClassName
{
background-color: #92B581;
}
</style>
border-color css
<style>
span { border-color: #92B581; }
span { border-color: rgb(146,181,129); }
td.TdClassName
{
border-color: #92B581;
}
.TagClassName
{
border-color: #92B581;
}
</style>