Shades of Olivine #92BD76
Tints of Olivine #92BD76
RGB
CMYK
RGB Variations
Color information
#92BD76 (or 0x92BD76) is known color: Olivine. HEX triplet: 92, BD and 76. RGB value is (146,189,118). Sum of RGB (Red+Green+Blue) = 146+189+118=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD76 is #6D4289. Grayscale: #A8A8A8. Windows color (decimal): -7160458 or 7781778. OLE color: 7781778.
HSL color Cylindrical-coordinate representation of color #92BD76: hue angle of 96.34º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92BD76 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 118 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.26 |
| HSL | 96.34º | 0.35% | 0.6% | - |
| HSV(B) | 96.34º | 0.38% | 0.74% | - |
| XYZ | 33.32 | 43.81 | 23.84 | - |
| YUV | 168.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 118 | 0.23 | 0 | 0.38 | 0.26 | 96.34 | 0.35 | 0.6 |
| Hex | 92 | BD | 76 | 17 | 0 | 26 | 1A | 60 | 23 | 3C |
| Octal | 222 | 275 | 166 | 27 | 0 | 46 | 32 | 140 | 43 | 74 |
| Binary | 10010010 | 10111101 | 1110110 | 10111 | 0 | 100110 | 11010 | 1100000 | 100011 | 111100 |
Color Harmonies of #92BD76
Complementary color
Monochromatic Colors of #92BD76
Black with #92BD76
Text Example
Text Example
White with #92BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD76; }
p { color: rgb(146,189,118); }
H1.HeaderClassName
{
color: #92BD76;
}
.AnyTagClassName
{
color: #92BD76;
}
</style>
background-color css
<style>
a { background-color: #92BD76; }
a { background-color: rgb(146,189,118); }
div.DivClassName
{
background-color: #92BD76;
}
.BgClassName
{
background-color: #92BD76;
}
</style>
border-color css
<style>
span { border-color: #92BD76; }
span { border-color: rgb(146,189,118); }
td.TdClassName
{
border-color: #92BD76;
}
.TagClassName
{
border-color: #92BD76;
}
</style>