Shades of Olivine #92B36F
Tints of Olivine #92B36F
RGB
CMYK
RGB Variations
Color information
#92B36F (or 0x92B36F) is known color: Olivine. HEX triplet: 92, B3 and 6F. RGB value is (146,179,111). Sum of RGB (Red+Green+Blue) = 146+179+111=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #92B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B36F is #6D4C90. Grayscale: #A1A1A1. Windows color (decimal): -7163025 or 7320466. OLE color: 7320466.
HSL color Cylindrical-coordinate representation of color #92B36F: hue angle of 89.12º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B36F is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 179 | 111 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.30 |
| HSL | 89.12º | 0.31% | 0.57% | - |
| HSV(B) | 89.12º | 0.38% | 0.7% | - |
| XYZ | 30.84 | 39.5 | 21.04 | - |
| YUV | 161.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 179 | 111 | 0.18 | 0 | 0.38 | 0.30 | 89.12 | 0.31 | 0.57 |
| Hex | 92 | B3 | 6F | 12 | 0 | 26 | 1E | 59 | 1F | 39 |
| Octal | 222 | 263 | 157 | 22 | 0 | 46 | 36 | 131 | 37 | 71 |
| Binary | 10010010 | 10110011 | 1101111 | 10010 | 0 | 100110 | 11110 | 1011001 | 11111 | 111001 |
Color Harmonies of #92B36F
Complementary color
Monochromatic Colors of #92B36F
Black with #92B36F
Text Example
Text Example
White with #92B36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B36F; }
p { color: rgb(146,179,111); }
H1.HeaderClassName
{
color: #92B36F;
}
.AnyTagClassName
{
color: #92B36F;
}
</style>
background-color css
<style>
a { background-color: #92B36F; }
a { background-color: rgb(146,179,111); }
div.DivClassName
{
background-color: #92B36F;
}
.BgClassName
{
background-color: #92B36F;
}
</style>
border-color css
<style>
span { border-color: #92B36F; }
span { border-color: rgb(146,179,111); }
td.TdClassName
{
border-color: #92B36F;
}
.TagClassName
{
border-color: #92B36F;
}
</style>