Shades of Olivine #92BB68
Tints of Olivine #92BB68
RGB
CMYK
RGB Variations
Color information
#92BB68 (or 0x92BB68) is known color: Olivine. HEX triplet: 92, BB and 68. RGB value is (146,187,104). Sum of RGB (Red+Green+Blue) = 146+187+104=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BB68 is #6D4497. Grayscale: #A5A5A5. Windows color (decimal): -7160984 or 6863762. OLE color: 6863762.
HSL color Cylindrical-coordinate representation of color #92BB68: hue angle of 89.64º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92BB68 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 104 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.27 |
| HSL | 89.64º | 0.38% | 0.57% | - |
| HSV(B) | 89.64º | 0.44% | 0.73% | - |
| XYZ | 32.12 | 42.65 | 19.64 | - |
| YUV | 165.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 104 | 0.22 | 0 | 0.44 | 0.27 | 89.64 | 0.38 | 0.57 |
| Hex | 92 | BB | 68 | 16 | 0 | 2C | 1B | 5A | 26 | 39 |
| Octal | 222 | 273 | 150 | 26 | 0 | 54 | 33 | 132 | 46 | 71 |
| Binary | 10010010 | 10111011 | 1101000 | 10110 | 0 | 101100 | 11011 | 1011010 | 100110 | 111001 |
Color Harmonies of #92BB68
Complementary color
Monochromatic Colors of #92BB68
Black with #92BB68
Text Example
Text Example
White with #92BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB68; }
p { color: rgb(146,187,104); }
H1.HeaderClassName
{
color: #92BB68;
}
.AnyTagClassName
{
color: #92BB68;
}
</style>
background-color css
<style>
a { background-color: #92BB68; }
a { background-color: rgb(146,187,104); }
div.DivClassName
{
background-color: #92BB68;
}
.BgClassName
{
background-color: #92BB68;
}
</style>
border-color css
<style>
span { border-color: #92BB68; }
span { border-color: rgb(146,187,104); }
td.TdClassName
{
border-color: #92BB68;
}
.TagClassName
{
border-color: #92BB68;
}
</style>