Shades of Olivine #92B97A
Tints of Olivine #92B97A
RGB
CMYK
RGB Variations
Color information
#92B97A (or 0x92B97A) is known color: Olivine. HEX triplet: 92, B9 and 7A. RGB value is (146,185,122). Sum of RGB (Red+Green+Blue) = 146+185+122=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #92B97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B97A is #6D4685. Grayscale: #A6A6A6. Windows color (decimal): -7161478 or 8042898. OLE color: 8042898.
HSL color Cylindrical-coordinate representation of color #92B97A: hue angle of 97.14º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92B97A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 185 | 122 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.27 |
| HSL | 97.14º | 0.31% | 0.6% | - |
| HSV(B) | 97.14º | 0.34% | 0.73% | - |
| XYZ | 32.72 | 42.21 | 24.84 | - |
| YUV | 166.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 185 | 122 | 0.21 | 0 | 0.34 | 0.27 | 97.14 | 0.31 | 0.6 |
| Hex | 92 | B9 | 7A | 15 | 0 | 22 | 1B | 61 | 1F | 3C |
| Octal | 222 | 271 | 172 | 25 | 0 | 42 | 33 | 141 | 37 | 74 |
| Binary | 10010010 | 10111001 | 1111010 | 10101 | 0 | 100010 | 11011 | 1100001 | 11111 | 111100 |
Color Harmonies of #92B97A
Complementary color
Monochromatic Colors of #92B97A
Black with #92B97A
Text Example
Text Example
White with #92B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B97A; }
p { color: rgb(146,185,122); }
H1.HeaderClassName
{
color: #92B97A;
}
.AnyTagClassName
{
color: #92B97A;
}
</style>
background-color css
<style>
a { background-color: #92B97A; }
a { background-color: rgb(146,185,122); }
div.DivClassName
{
background-color: #92B97A;
}
.BgClassName
{
background-color: #92B97A;
}
</style>
border-color css
<style>
span { border-color: #92B97A; }
span { border-color: rgb(146,185,122); }
td.TdClassName
{
border-color: #92B97A;
}
.TagClassName
{
border-color: #92B97A;
}
</style>