Shades of Olivine #92B878
Tints of Olivine #92B878
RGB
CMYK
RGB Variations
Color information
#92B878 (or 0x92B878) is known color: Olivine. HEX triplet: 92, B8 and 78. RGB value is (146,184,120). Sum of RGB (Red+Green+Blue) = 146+184+120=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #92B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B878 is #6D4787. Grayscale: #A5A5A5. Windows color (decimal): -7161736 or 7911570. OLE color: 7911570.
HSL color Cylindrical-coordinate representation of color #92B878: hue angle of 95.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92B878 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 184 | 120 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.28 |
| HSL | 95.63º | 0.31% | 0.6% | - |
| HSV(B) | 95.63º | 0.35% | 0.72% | - |
| XYZ | 32.38 | 41.75 | 24.12 | - |
| YUV | 165.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 120 | 0.21 | 0 | 0.35 | 0.28 | 95.63 | 0.31 | 0.6 |
| Hex | 92 | B8 | 78 | 15 | 0 | 23 | 1C | 60 | 1F | 3C |
| Octal | 222 | 270 | 170 | 25 | 0 | 43 | 34 | 140 | 37 | 74 |
| Binary | 10010010 | 10111000 | 1111000 | 10101 | 0 | 100011 | 11100 | 1100000 | 11111 | 111100 |
Color Harmonies of #92B878
Complementary color
Monochromatic Colors of #92B878
Black with #92B878
Text Example
Text Example
White with #92B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B878; }
p { color: rgb(146,184,120); }
H1.HeaderClassName
{
color: #92B878;
}
.AnyTagClassName
{
color: #92B878;
}
</style>
background-color css
<style>
a { background-color: #92B878; }
a { background-color: rgb(146,184,120); }
div.DivClassName
{
background-color: #92B878;
}
.BgClassName
{
background-color: #92B878;
}
</style>
border-color css
<style>
span { border-color: #92B878; }
span { border-color: rgb(146,184,120); }
td.TdClassName
{
border-color: #92B878;
}
.TagClassName
{
border-color: #92B878;
}
</style>