Shades of Olivine #92BD68
Tints of Olivine #92BD68
RGB
CMYK
RGB Variations
Color information
#92BD68 (or 0x92BD68) is known color: Olivine. HEX triplet: 92, BD and 68. RGB value is (146,189,104). Sum of RGB (Red+Green+Blue) = 146+189+104=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD68 is #6D4297. Grayscale: #A6A6A6. Windows color (decimal): -7160472 or 6864274. OLE color: 6864274.
HSL color Cylindrical-coordinate representation of color #92BD68: hue angle of 90.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92BD68 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 104 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.26 |
| HSL | 90.35º | 0.39% | 0.57% | - |
| HSV(B) | 90.35º | 0.45% | 0.74% | - |
| XYZ | 32.55 | 43.51 | 19.78 | - |
| YUV | 166.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 104 | 0.23 | 0 | 0.45 | 0.26 | 90.35 | 0.39 | 0.57 |
| Hex | 92 | BD | 68 | 17 | 0 | 2D | 1A | 5A | 27 | 39 |
| Octal | 222 | 275 | 150 | 27 | 0 | 55 | 32 | 132 | 47 | 71 |
| Binary | 10010010 | 10111101 | 1101000 | 10111 | 0 | 101101 | 11010 | 1011010 | 100111 | 111001 |
Color Harmonies of #92BD68
Complementary color
Monochromatic Colors of #92BD68
Black with #92BD68
Text Example
Text Example
White with #92BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD68; }
p { color: rgb(146,189,104); }
H1.HeaderClassName
{
color: #92BD68;
}
.AnyTagClassName
{
color: #92BD68;
}
</style>
background-color css
<style>
a { background-color: #92BD68; }
a { background-color: rgb(146,189,104); }
div.DivClassName
{
background-color: #92BD68;
}
.BgClassName
{
background-color: #92BD68;
}
</style>
border-color css
<style>
span { border-color: #92BD68; }
span { border-color: rgb(146,189,104); }
td.TdClassName
{
border-color: #92BD68;
}
.TagClassName
{
border-color: #92BD68;
}
</style>