Shades of Olivine #92BF7D
Tints of Olivine #92BF7D
RGB
CMYK
RGB Variations
Color information
#92BF7D (or 0x92BF7D) is known color: Olivine. HEX triplet: 92, BF and 7D. RGB value is (146,191,125). Sum of RGB (Red+Green+Blue) = 146+191+125=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BF7D is #6D4082. Grayscale: #AAAAAA. Windows color (decimal): -7159939 or 8241042. OLE color: 8241042.
HSL color Cylindrical-coordinate representation of color #92BF7D: hue angle of 100.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BF7D is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 191 | 125 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.25 |
| HSL | 100.91º | 0.34% | 0.62% | - |
| HSV(B) | 100.91º | 0.35% | 0.75% | - |
| XYZ | 34.19 | 44.85 | 26.26 | - |
| YUV | 170.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 125 | 0.24 | 0 | 0.35 | 0.25 | 100.91 | 0.34 | 0.62 |
| Hex | 92 | BF | 7D | 18 | 0 | 23 | 19 | 65 | 22 | 3E |
| Octal | 222 | 277 | 175 | 30 | 0 | 43 | 31 | 145 | 42 | 76 |
| Binary | 10010010 | 10111111 | 1111101 | 11000 | 0 | 100011 | 11001 | 1100101 | 100010 | 111110 |
Color Harmonies of #92BF7D
Complementary color
Monochromatic Colors of #92BF7D
Black with #92BF7D
Text Example
Text Example
White with #92BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BF7D; }
p { color: rgb(146,191,125); }
H1.HeaderClassName
{
color: #92BF7D;
}
.AnyTagClassName
{
color: #92BF7D;
}
</style>
background-color css
<style>
a { background-color: #92BF7D; }
a { background-color: rgb(146,191,125); }
div.DivClassName
{
background-color: #92BF7D;
}
.BgClassName
{
background-color: #92BF7D;
}
</style>
border-color css
<style>
span { border-color: #92BF7D; }
span { border-color: rgb(146,191,125); }
td.TdClassName
{
border-color: #92BF7D;
}
.TagClassName
{
border-color: #92BF7D;
}
</style>