Shades of Olivine #92A582
Tints of Olivine #92A582
RGB
CMYK
RGB Variations
Color information
#92A582 (or 0x92A582) is known color: Olivine. HEX triplet: 92, A5 and 82. RGB value is (146,165,130). Sum of RGB (Red+Green+Blue) = 146+165+130=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #92A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A582 is #6D5A7D. Grayscale: #9B9B9B. Windows color (decimal): -7166590 or 8562066. OLE color: 8562066.
HSL color Cylindrical-coordinate representation of color #92A582: hue angle of 92.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92A582 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 165 | 130 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.35 |
| HSL | 92.57º | 0.16% | 0.58% | - |
| HSV(B) | 92.57º | 0.21% | 0.65% | - |
| XYZ | 29.34 | 34.63 | 26.26 | - |
| YUV | 155.33 | 113.71 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 130 | 0.12 | 0 | 0.21 | 0.35 | 92.57 | 0.16 | 0.58 |
| Hex | 92 | A5 | 82 | C | 0 | 15 | 23 | 5D | 10 | 3A |
| Octal | 222 | 245 | 202 | 14 | 0 | 25 | 43 | 135 | 20 | 72 |
| Binary | 10010010 | 10100101 | 10000010 | 1100 | 0 | 10101 | 100011 | 1011101 | 10000 | 111010 |
Color Harmonies of #92A582
Complementary color
Monochromatic Colors of #92A582
Black with #92A582
Text Example
Text Example
White with #92A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A582; }
p { color: rgb(146,165,130); }
H1.HeaderClassName
{
color: #92A582;
}
.AnyTagClassName
{
color: #92A582;
}
</style>
background-color css
<style>
a { background-color: #92A582; }
a { background-color: rgb(146,165,130); }
div.DivClassName
{
background-color: #92A582;
}
.BgClassName
{
background-color: #92A582;
}
</style>
border-color css
<style>
span { border-color: #92A582; }
span { border-color: rgb(146,165,130); }
td.TdClassName
{
border-color: #92A582;
}
.TagClassName
{
border-color: #92A582;
}
</style>