Shades of Olivine #92C969
Tints of Olivine #92C969
RGB
CMYK
RGB Variations
Color information
#92C969 (or 0x92C969) is known color: Olivine. HEX triplet: 92, C9 and 69. RGB value is (146,201,105). Sum of RGB (Red+Green+Blue) = 146+201+105=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #92C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C969 is #6D3696. Grayscale: #ADADAD. Windows color (decimal): -7157399 or 6932882. OLE color: 6932882.
HSL color Cylindrical-coordinate representation of color #92C969: hue angle of 94.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92C969 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 105 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.21 |
| HSL | 94.38º | 0.47% | 0.6% | - |
| HSV(B) | 94.38º | 0.48% | 0.79% | - |
| XYZ | 35.29 | 48.9 | 20.94 | - |
| YUV | 173.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 105 | 0.27 | 0 | 0.48 | 0.21 | 94.38 | 0.47 | 0.6 |
| Hex | 92 | C9 | 69 | 1B | 0 | 30 | 15 | 5E | 2F | 3C |
| Octal | 222 | 311 | 151 | 33 | 0 | 60 | 25 | 136 | 57 | 74 |
| Binary | 10010010 | 11001001 | 1101001 | 11011 | 0 | 110000 | 10101 | 1011110 | 101111 | 111100 |
Color Harmonies of #92C969
Complementary color
Monochromatic Colors of #92C969
Black with #92C969
Text Example
Text Example
White with #92C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C969; }
p { color: rgb(146,201,105); }
H1.HeaderClassName
{
color: #92C969;
}
.AnyTagClassName
{
color: #92C969;
}
</style>
background-color css
<style>
a { background-color: #92C969; }
a { background-color: rgb(146,201,105); }
div.DivClassName
{
background-color: #92C969;
}
.BgClassName
{
background-color: #92C969;
}
</style>
border-color css
<style>
span { border-color: #92C969; }
span { border-color: rgb(146,201,105); }
td.TdClassName
{
border-color: #92C969;
}
.TagClassName
{
border-color: #92C969;
}
</style>