Shades of Olivine #92BA75
Tints of Olivine #92BA75
RGB
CMYK
RGB Variations
Color information
#92BA75 (or 0x92BA75) is known color: Olivine. HEX triplet: 92, BA and 75. RGB value is (146,186,117). Sum of RGB (Red+Green+Blue) = 146+186+117=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BA75 is #6D458A. Grayscale: #A6A6A6. Windows color (decimal): -7161227 or 7715474. OLE color: 7715474.
HSL color Cylindrical-coordinate representation of color #92BA75: hue angle of 94.78º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BA75 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 117 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.27 |
| HSL | 94.78º | 0.33% | 0.59% | - |
| HSV(B) | 94.78º | 0.37% | 0.73% | - |
| XYZ | 32.62 | 42.51 | 23.32 | - |
| YUV | 166.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 117 | 0.22 | 0 | 0.37 | 0.27 | 94.78 | 0.33 | 0.59 |
| Hex | 92 | BA | 75 | 16 | 0 | 25 | 1B | 5F | 21 | 3B |
| Octal | 222 | 272 | 165 | 26 | 0 | 45 | 33 | 137 | 41 | 73 |
| Binary | 10010010 | 10111010 | 1110101 | 10110 | 0 | 100101 | 11011 | 1011111 | 100001 | 111011 |
Color Harmonies of #92BA75
Complementary color
Monochromatic Colors of #92BA75
Black with #92BA75
Text Example
Text Example
White with #92BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA75; }
p { color: rgb(146,186,117); }
H1.HeaderClassName
{
color: #92BA75;
}
.AnyTagClassName
{
color: #92BA75;
}
</style>
background-color css
<style>
a { background-color: #92BA75; }
a { background-color: rgb(146,186,117); }
div.DivClassName
{
background-color: #92BA75;
}
.BgClassName
{
background-color: #92BA75;
}
</style>
border-color css
<style>
span { border-color: #92BA75; }
span { border-color: rgb(146,186,117); }
td.TdClassName
{
border-color: #92BA75;
}
.TagClassName
{
border-color: #92BA75;
}
</style>