Shades of Olivine #92B365
Tints of Olivine #92B365
RGB
CMYK
RGB Variations
Color information
#92B365 (or 0x92B365) is known color: Olivine. HEX triplet: 92, B3 and 65. RGB value is (146,179,101). Sum of RGB (Red+Green+Blue) = 146+179+101=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #92B365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B365 is #6D4C9A. Grayscale: #A0A0A0. Windows color (decimal): -7163035 or 6665106. OLE color: 6665106.
HSL color Cylindrical-coordinate representation of color #92B365: hue angle of 85.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92B365 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 179 | 101 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.30 |
| HSL | 85.38º | 0.34% | 0.55% | - |
| HSV(B) | 85.38º | 0.44% | 0.7% | - |
| XYZ | 30.32 | 39.29 | 18.3 | - |
| YUV | 160.24 | 94.57 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 179 | 101 | 0.18 | 0 | 0.44 | 0.30 | 85.38 | 0.34 | 0.55 |
| Hex | 92 | B3 | 65 | 12 | 0 | 2C | 1E | 55 | 22 | 37 |
| Octal | 222 | 263 | 145 | 22 | 0 | 54 | 36 | 125 | 42 | 67 |
| Binary | 10010010 | 10110011 | 1100101 | 10010 | 0 | 101100 | 11110 | 1010101 | 100010 | 110111 |
Color Harmonies of #92B365
Complementary color
Monochromatic Colors of #92B365
Black with #92B365
Text Example
Text Example
White with #92B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B365; }
p { color: rgb(146,179,101); }
H1.HeaderClassName
{
color: #92B365;
}
.AnyTagClassName
{
color: #92B365;
}
</style>
background-color css
<style>
a { background-color: #92B365; }
a { background-color: rgb(146,179,101); }
div.DivClassName
{
background-color: #92B365;
}
.BgClassName
{
background-color: #92B365;
}
</style>
border-color css
<style>
span { border-color: #92B365; }
span { border-color: rgb(146,179,101); }
td.TdClassName
{
border-color: #92B365;
}
.TagClassName
{
border-color: #92B365;
}
</style>