Shades of Olivine #92B373
Tints of Olivine #92B373
RGB
CMYK
RGB Variations
Color information
#92B373 (or 0x92B373) is known color: Olivine. HEX triplet: 92, B3 and 73. RGB value is (146,179,115). Sum of RGB (Red+Green+Blue) = 146+179+115=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #92B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B373 is #6D4C8C. Grayscale: #A2A2A2. Windows color (decimal): -7163021 or 7582610. OLE color: 7582610.
HSL color Cylindrical-coordinate representation of color #92B373: hue angle of 90.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92B373 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 179 | 115 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.30 |
| HSL | 90.94º | 0.3% | 0.58% | - |
| HSV(B) | 90.94º | 0.36% | 0.7% | - |
| XYZ | 31.07 | 39.59 | 22.22 | - |
| YUV | 161.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 179 | 115 | 0.18 | 0 | 0.36 | 0.30 | 90.94 | 0.3 | 0.58 |
| Hex | 92 | B3 | 73 | 12 | 0 | 24 | 1E | 5B | 1E | 3A |
| Octal | 222 | 263 | 163 | 22 | 0 | 44 | 36 | 133 | 36 | 72 |
| Binary | 10010010 | 10110011 | 1110011 | 10010 | 0 | 100100 | 11110 | 1011011 | 11110 | 111010 |
Color Harmonies of #92B373
Complementary color
Monochromatic Colors of #92B373
Black with #92B373
Text Example
Text Example
White with #92B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B373; }
p { color: rgb(146,179,115); }
H1.HeaderClassName
{
color: #92B373;
}
.AnyTagClassName
{
color: #92B373;
}
</style>
background-color css
<style>
a { background-color: #92B373; }
a { background-color: rgb(146,179,115); }
div.DivClassName
{
background-color: #92B373;
}
.BgClassName
{
background-color: #92B373;
}
</style>
border-color css
<style>
span { border-color: #92B373; }
span { border-color: rgb(146,179,115); }
td.TdClassName
{
border-color: #92B373;
}
.TagClassName
{
border-color: #92B373;
}
</style>