Shades of Olivine #92B76F
Tints of Olivine #92B76F
RGB
CMYK
RGB Variations
Color information
#92B76F (or 0x92B76F) is known color: Olivine. HEX triplet: 92, B7 and 6F. RGB value is (146,183,111). Sum of RGB (Red+Green+Blue) = 146+183+111=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #92B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B76F is #6D4890. Grayscale: #A3A3A3. Windows color (decimal): -7162001 or 7321490. OLE color: 7321490.
HSL color Cylindrical-coordinate representation of color #92B76F: hue angle of 90.83º 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 #92B76F is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 183 | 111 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.28 |
| HSL | 90.83º | 0.33% | 0.58% | - |
| HSV(B) | 90.83º | 0.39% | 0.72% | - |
| XYZ | 31.66 | 41.13 | 21.31 | - |
| YUV | 163.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 183 | 111 | 0.20 | 0 | 0.39 | 0.28 | 90.83 | 0.33 | 0.58 |
| Hex | 92 | B7 | 6F | 14 | 0 | 27 | 1C | 5B | 21 | 3A |
| Octal | 222 | 267 | 157 | 24 | 0 | 47 | 34 | 133 | 41 | 72 |
| Binary | 10010010 | 10110111 | 1101111 | 10100 | 0 | 100111 | 11100 | 1011011 | 100001 | 111010 |
Color Harmonies of #92B76F
Complementary color
Monochromatic Colors of #92B76F
Black with #92B76F
Text Example
Text Example
White with #92B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B76F; }
p { color: rgb(146,183,111); }
H1.HeaderClassName
{
color: #92B76F;
}
.AnyTagClassName
{
color: #92B76F;
}
</style>
background-color css
<style>
a { background-color: #92B76F; }
a { background-color: rgb(146,183,111); }
div.DivClassName
{
background-color: #92B76F;
}
.BgClassName
{
background-color: #92B76F;
}
</style>
border-color css
<style>
span { border-color: #92B76F; }
span { border-color: rgb(146,183,111); }
td.TdClassName
{
border-color: #92B76F;
}
.TagClassName
{
border-color: #92B76F;
}
</style>