Shades of Olivine #92C769
Tints of Olivine #92C769
RGB
CMYK
RGB Variations
Color information
#92C769 (or 0x92C769) is known color: Olivine. HEX triplet: 92, C7 and 69. RGB value is (146,199,105). Sum of RGB (Red+Green+Blue) = 146+199+105=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #92C769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C769 is #6D3896. Grayscale: #ACACAC. Windows color (decimal): -7157911 or 6932370. OLE color: 6932370.
HSL color Cylindrical-coordinate representation of color #92C769: hue angle of 93.83º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92C769 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 199 | 105 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.22 |
| HSL | 93.83º | 0.46% | 0.6% | - |
| HSV(B) | 93.83º | 0.47% | 0.78% | - |
| XYZ | 34.83 | 47.98 | 20.79 | - |
| YUV | 172.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 199 | 105 | 0.27 | 0 | 0.47 | 0.22 | 93.83 | 0.46 | 0.6 |
| Hex | 92 | C7 | 69 | 1B | 0 | 2F | 16 | 5E | 2E | 3C |
| Octal | 222 | 307 | 151 | 33 | 0 | 57 | 26 | 136 | 56 | 74 |
| Binary | 10010010 | 11000111 | 1101001 | 11011 | 0 | 101111 | 10110 | 1011110 | 101110 | 111100 |
Color Harmonies of #92C769
Complementary color
Monochromatic Colors of #92C769
Black with #92C769
Text Example
Text Example
White with #92C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C769; }
p { color: rgb(146,199,105); }
H1.HeaderClassName
{
color: #92C769;
}
.AnyTagClassName
{
color: #92C769;
}
</style>
background-color css
<style>
a { background-color: #92C769; }
a { background-color: rgb(146,199,105); }
div.DivClassName
{
background-color: #92C769;
}
.BgClassName
{
background-color: #92C769;
}
</style>
border-color css
<style>
span { border-color: #92C769; }
span { border-color: rgb(146,199,105); }
td.TdClassName
{
border-color: #92C769;
}
.TagClassName
{
border-color: #92C769;
}
</style>