Shades of Olivine #92AF7D
Tints of Olivine #92AF7D
RGB
CMYK
RGB Variations
Color information
#92AF7D (or 0x92AF7D) is known color: Olivine. HEX triplet: 92, AF and 7D. RGB value is (146,175,125). Sum of RGB (Red+Green+Blue) = 146+175+125=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AF7D is #6D5082. Grayscale: #A0A0A0. Windows color (decimal): -7164035 or 8236946. OLE color: 8236946.
HSL color Cylindrical-coordinate representation of color #92AF7D: hue angle of 94.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92AF7D is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 175 | 125 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.31 |
| HSL | 94.8º | 0.24% | 0.59% | - |
| HSV(B) | 94.8º | 0.29% | 0.69% | - |
| XYZ | 30.89 | 38.25 | 25.16 | - |
| YUV | 160.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 125 | 0.17 | 0 | 0.29 | 0.31 | 94.8 | 0.24 | 0.59 |
| Hex | 92 | AF | 7D | 11 | 0 | 1D | 1F | 5F | 18 | 3B |
| Octal | 222 | 257 | 175 | 21 | 0 | 35 | 37 | 137 | 30 | 73 |
| Binary | 10010010 | 10101111 | 1111101 | 10001 | 0 | 11101 | 11111 | 1011111 | 11000 | 111011 |
Color Harmonies of #92AF7D
Complementary color
Monochromatic Colors of #92AF7D
Black with #92AF7D
Text Example
Text Example
White with #92AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AF7D; }
p { color: rgb(146,175,125); }
H1.HeaderClassName
{
color: #92AF7D;
}
.AnyTagClassName
{
color: #92AF7D;
}
</style>
background-color css
<style>
a { background-color: #92AF7D; }
a { background-color: rgb(146,175,125); }
div.DivClassName
{
background-color: #92AF7D;
}
.BgClassName
{
background-color: #92AF7D;
}
</style>
border-color css
<style>
span { border-color: #92AF7D; }
span { border-color: rgb(146,175,125); }
td.TdClassName
{
border-color: #92AF7D;
}
.TagClassName
{
border-color: #92AF7D;
}
</style>