Shades of Olivine #92C573
Tints of Olivine #92C573
RGB
CMYK
RGB Variations
Color information
#92C573 (or 0x92C573) is known color: Olivine. HEX triplet: 92, C5 and 73. RGB value is (146,197,115). Sum of RGB (Red+Green+Blue) = 146+197+115=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #92C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C573 is #6D3A8C. Grayscale: #ACACAC. Windows color (decimal): -7158413 or 7587218. OLE color: 7587218.
HSL color Cylindrical-coordinate representation of color #92C573: hue angle of 97.32º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92C573 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 115 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.23 |
| HSL | 97.32º | 0.41% | 0.61% | - |
| HSV(B) | 97.32º | 0.42% | 0.77% | - |
| XYZ | 34.91 | 47.28 | 23.51 | - |
| YUV | 172.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 115 | 0.26 | 0 | 0.42 | 0.23 | 97.32 | 0.41 | 0.61 |
| Hex | 92 | C5 | 73 | 1A | 0 | 2A | 17 | 61 | 29 | 3D |
| Octal | 222 | 305 | 163 | 32 | 0 | 52 | 27 | 141 | 51 | 75 |
| Binary | 10010010 | 11000101 | 1110011 | 11010 | 0 | 101010 | 10111 | 1100001 | 101001 | 111101 |
Color Harmonies of #92C573
Complementary color
Monochromatic Colors of #92C573
Black with #92C573
Text Example
Text Example
White with #92C573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C573; }
p { color: rgb(146,197,115); }
H1.HeaderClassName
{
color: #92C573;
}
.AnyTagClassName
{
color: #92C573;
}
</style>
background-color css
<style>
a { background-color: #92C573; }
a { background-color: rgb(146,197,115); }
div.DivClassName
{
background-color: #92C573;
}
.BgClassName
{
background-color: #92C573;
}
</style>
border-color css
<style>
span { border-color: #92C573; }
span { border-color: rgb(146,197,115); }
td.TdClassName
{
border-color: #92C573;
}
.TagClassName
{
border-color: #92C573;
}
</style>