Shades of Olivine #92AB7B
Tints of Olivine #92AB7B
RGB
CMYK
RGB Variations
Color information
#92AB7B (or 0x92AB7B) is known color: Olivine. HEX triplet: 92, AB and 7B. RGB value is (146,171,123). Sum of RGB (Red+Green+Blue) = 146+171+123=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB7B is #6D5484. Grayscale: #9E9E9E. Windows color (decimal): -7165061 or 8104850. OLE color: 8104850.
HSL color Cylindrical-coordinate representation of color #92AB7B: hue angle of 91.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92AB7B is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 123 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.33 |
| HSL | 91.25º | 0.22% | 0.58% | - |
| HSV(B) | 91.25º | 0.28% | 0.67% | - |
| XYZ | 29.99 | 36.67 | 24.24 | - |
| YUV | 158.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 123 | 0.15 | 0 | 0.28 | 0.33 | 91.25 | 0.22 | 0.58 |
| Hex | 92 | AB | 7B | F | 0 | 1C | 21 | 5B | 16 | 3A |
| Octal | 222 | 253 | 173 | 17 | 0 | 34 | 41 | 133 | 26 | 72 |
| Binary | 10010010 | 10101011 | 1111011 | 1111 | 0 | 11100 | 100001 | 1011011 | 10110 | 111010 |
Color Harmonies of #92AB7B
Complementary color
Monochromatic Colors of #92AB7B
Black with #92AB7B
Text Example
Text Example
White with #92AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB7B; }
p { color: rgb(146,171,123); }
H1.HeaderClassName
{
color: #92AB7B;
}
.AnyTagClassName
{
color: #92AB7B;
}
</style>
background-color css
<style>
a { background-color: #92AB7B; }
a { background-color: rgb(146,171,123); }
div.DivClassName
{
background-color: #92AB7B;
}
.BgClassName
{
background-color: #92AB7B;
}
</style>
border-color css
<style>
span { border-color: #92AB7B; }
span { border-color: rgb(146,171,123); }
td.TdClassName
{
border-color: #92AB7B;
}
.TagClassName
{
border-color: #92AB7B;
}
</style>