Shades of Olivine #92B67C
Tints of Olivine #92B67C
RGB
CMYK
RGB Variations
Color information
#92B67C (or 0x92B67C) is known color: Olivine. HEX triplet: 92, B6 and 7C. RGB value is (146,182,124). Sum of RGB (Red+Green+Blue) = 146+182+124=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #92B67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B67C is #6D4983. Grayscale: #A4A4A4. Windows color (decimal): -7162244 or 8173202. OLE color: 8173202.
HSL color Cylindrical-coordinate representation of color #92B67C: hue angle of 97.24º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92B67C is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 182 | 124 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.29 |
| HSL | 97.24º | 0.28% | 0.6% | - |
| HSV(B) | 97.24º | 0.32% | 0.71% | - |
| XYZ | 32.22 | 41.02 | 25.29 | - |
| YUV | 164.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 182 | 124 | 0.20 | 0 | 0.32 | 0.29 | 97.24 | 0.28 | 0.6 |
| Hex | 92 | B6 | 7C | 14 | 0 | 20 | 1D | 61 | 1C | 3C |
| Octal | 222 | 266 | 174 | 24 | 0 | 40 | 35 | 141 | 34 | 74 |
| Binary | 10010010 | 10110110 | 1111100 | 10100 | 0 | 100000 | 11101 | 1100001 | 11100 | 111100 |
Color Harmonies of #92B67C
Complementary color
Monochromatic Colors of #92B67C
Black with #92B67C
Text Example
Text Example
White with #92B67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B67C; }
p { color: rgb(146,182,124); }
H1.HeaderClassName
{
color: #92B67C;
}
.AnyTagClassName
{
color: #92B67C;
}
</style>
background-color css
<style>
a { background-color: #92B67C; }
a { background-color: rgb(146,182,124); }
div.DivClassName
{
background-color: #92B67C;
}
.BgClassName
{
background-color: #92B67C;
}
</style>
border-color css
<style>
span { border-color: #92B67C; }
span { border-color: rgb(146,182,124); }
td.TdClassName
{
border-color: #92B67C;
}
.TagClassName
{
border-color: #92B67C;
}
</style>