Shades of Olivine #92B17F
Tints of Olivine #92B17F
RGB
CMYK
RGB Variations
Color information
#92B17F (or 0x92B17F) is known color: Olivine. HEX triplet: 92, B1 and 7F. RGB value is (146,177,127). Sum of RGB (Red+Green+Blue) = 146+177+127=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #92B17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92B17F is #6D4E80. Grayscale: #A2A2A2. Windows color (decimal): -7163521 or 8368530. OLE color: 8368530.
HSL color Cylindrical-coordinate representation of color #92B17F: hue angle of 97.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92B17F is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 177 | 127 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.31 |
| HSL | 97.2º | 0.24% | 0.6% | - |
| HSV(B) | 97.2º | 0.28% | 0.69% | - |
| XYZ | 31.41 | 39.09 | 25.97 | - |
| YUV | 162.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 127 | 0.18 | 0 | 0.28 | 0.31 | 97.2 | 0.24 | 0.6 |
| Hex | 92 | B1 | 7F | 12 | 0 | 1C | 1F | 61 | 18 | 3C |
| Octal | 222 | 261 | 177 | 22 | 0 | 34 | 37 | 141 | 30 | 74 |
| Binary | 10010010 | 10110001 | 1111111 | 10010 | 0 | 11100 | 11111 | 1100001 | 11000 | 111100 |
Color Harmonies of #92B17F
Complementary color
Monochromatic Colors of #92B17F
Black with #92B17F
Text Example
Text Example
White with #92B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B17F; }
p { color: rgb(146,177,127); }
H1.HeaderClassName
{
color: #92B17F;
}
.AnyTagClassName
{
color: #92B17F;
}
</style>
background-color css
<style>
a { background-color: #92B17F; }
a { background-color: rgb(146,177,127); }
div.DivClassName
{
background-color: #92B17F;
}
.BgClassName
{
background-color: #92B17F;
}
</style>
border-color css
<style>
span { border-color: #92B17F; }
span { border-color: rgb(146,177,127); }
td.TdClassName
{
border-color: #92B17F;
}
.TagClassName
{
border-color: #92B17F;
}
</style>