Shades of Olivine #92BF7A
Tints of Olivine #92BF7A
RGB
CMYK
RGB Variations
Color information
#92BF7A (or 0x92BF7A) is known color: Olivine. HEX triplet: 92, BF and 7A. RGB value is (146,191,122). Sum of RGB (Red+Green+Blue) = 146+191+122=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BF7A is #6D4085. Grayscale: #A9A9A9. Windows color (decimal): -7159942 or 8044434. OLE color: 8044434.
HSL color Cylindrical-coordinate representation of color #92BF7A: hue angle of 99.13º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92BF7A is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 191 | 122 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.25 |
| HSL | 99.13º | 0.35% | 0.61% | - |
| HSV(B) | 99.13º | 0.36% | 0.75% | - |
| XYZ | 34 | 44.78 | 25.26 | - |
| YUV | 169.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 122 | 0.24 | 0 | 0.36 | 0.25 | 99.13 | 0.35 | 0.61 |
| Hex | 92 | BF | 7A | 18 | 0 | 24 | 19 | 63 | 23 | 3D |
| Octal | 222 | 277 | 172 | 30 | 0 | 44 | 31 | 143 | 43 | 75 |
| Binary | 10010010 | 10111111 | 1111010 | 11000 | 0 | 100100 | 11001 | 1100011 | 100011 | 111101 |
Color Harmonies of #92BF7A
Complementary color
Monochromatic Colors of #92BF7A
Black with #92BF7A
Text Example
Text Example
White with #92BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BF7A; }
p { color: rgb(146,191,122); }
H1.HeaderClassName
{
color: #92BF7A;
}
.AnyTagClassName
{
color: #92BF7A;
}
</style>
background-color css
<style>
a { background-color: #92BF7A; }
a { background-color: rgb(146,191,122); }
div.DivClassName
{
background-color: #92BF7A;
}
.BgClassName
{
background-color: #92BF7A;
}
</style>
border-color css
<style>
span { border-color: #92BF7A; }
span { border-color: rgb(146,191,122); }
td.TdClassName
{
border-color: #92BF7A;
}
.TagClassName
{
border-color: #92BF7A;
}
</style>