Shades of Olivine #92B770
Tints of Olivine #92B770
RGB
CMYK
RGB Variations
Color information
#92B770 (or 0x92B770) is known color: Olivine. HEX triplet: 92, B7 and 70. RGB value is (146,183,112). Sum of RGB (Red+Green+Blue) = 146+183+112=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #92B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B770 is #6D488F. Grayscale: #A4A4A4. Windows color (decimal): -7162000 or 7387026. OLE color: 7387026.
HSL color Cylindrical-coordinate representation of color #92B770: hue angle of 91.27º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92B770 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 183 | 112 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.28 |
| HSL | 91.27º | 0.33% | 0.58% | - |
| HSV(B) | 91.27º | 0.39% | 0.72% | - |
| XYZ | 31.71 | 41.15 | 21.6 | - |
| YUV | 163.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 183 | 112 | 0.20 | 0 | 0.39 | 0.28 | 91.27 | 0.33 | 0.58 |
| Hex | 92 | B7 | 70 | 14 | 0 | 27 | 1C | 5B | 21 | 3A |
| Octal | 222 | 267 | 160 | 24 | 0 | 47 | 34 | 133 | 41 | 72 |
| Binary | 10010010 | 10110111 | 1110000 | 10100 | 0 | 100111 | 11100 | 1011011 | 100001 | 111010 |
Color Harmonies of #92B770
Complementary color
Monochromatic Colors of #92B770
Black with #92B770
Text Example
Text Example
White with #92B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B770; }
p { color: rgb(146,183,112); }
H1.HeaderClassName
{
color: #92B770;
}
.AnyTagClassName
{
color: #92B770;
}
</style>
background-color css
<style>
a { background-color: #92B770; }
a { background-color: rgb(146,183,112); }
div.DivClassName
{
background-color: #92B770;
}
.BgClassName
{
background-color: #92B770;
}
</style>
border-color css
<style>
span { border-color: #92B770; }
span { border-color: rgb(146,183,112); }
td.TdClassName
{
border-color: #92B770;
}
.TagClassName
{
border-color: #92B770;
}
</style>