Shades of Olivine #92C574
Tints of Olivine #92C574
RGB
CMYK
RGB Variations
Color information
#92C574 (or 0x92C574) is known color: Olivine. HEX triplet: 92, C5 and 74. RGB value is (146,197,116). Sum of RGB (Red+Green+Blue) = 146+197+116=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #92C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C574 is #6D3A8B. Grayscale: #ACACAC. Windows color (decimal): -7158412 or 7652754. OLE color: 7652754.
HSL color Cylindrical-coordinate representation of color #92C574: hue angle of 97.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92C574 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 116 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.23 |
| HSL | 97.78º | 0.41% | 0.61% | - |
| HSV(B) | 97.78º | 0.41% | 0.77% | - |
| XYZ | 34.97 | 47.3 | 23.81 | - |
| YUV | 172.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 116 | 0.26 | 0 | 0.41 | 0.23 | 97.78 | 0.41 | 0.61 |
| Hex | 92 | C5 | 74 | 1A | 0 | 29 | 17 | 62 | 29 | 3D |
| Octal | 222 | 305 | 164 | 32 | 0 | 51 | 27 | 142 | 51 | 75 |
| Binary | 10010010 | 11000101 | 1110100 | 11010 | 0 | 101001 | 10111 | 1100010 | 101001 | 111101 |
Color Harmonies of #92C574
Complementary color
Monochromatic Colors of #92C574
Black with #92C574
Text Example
Text Example
White with #92C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C574; }
p { color: rgb(146,197,116); }
H1.HeaderClassName
{
color: #92C574;
}
.AnyTagClassName
{
color: #92C574;
}
</style>
background-color css
<style>
a { background-color: #92C574; }
a { background-color: rgb(146,197,116); }
div.DivClassName
{
background-color: #92C574;
}
.BgClassName
{
background-color: #92C574;
}
</style>
border-color css
<style>
span { border-color: #92C574; }
span { border-color: rgb(146,197,116); }
td.TdClassName
{
border-color: #92C574;
}
.TagClassName
{
border-color: #92C574;
}
</style>