Shades of Olivine #93B26C
Tints of Olivine #93B26C
RGB
CMYK
RGB Variations
Color information
#93B26C (or 0x93B26C) is known color: Olivine. HEX triplet: 93, B2 and 6C. RGB value is (147,178,108). Sum of RGB (Red+Green+Blue) = 147+178+108=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #93B26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B26C is #6C4D93. Grayscale: #A1A1A1. Windows color (decimal): -7097748 or 7123603. OLE color: 7123603.
HSL color Cylindrical-coordinate representation of color #93B26C: hue angle of 86.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93B26C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 178 | 108 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.30 |
| HSL | 86.57º | 0.31% | 0.56% | - |
| HSV(B) | 86.57º | 0.39% | 0.7% | - |
| XYZ | 30.66 | 39.13 | 20.12 | - |
| YUV | 160.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 178 | 108 | 0.17 | 0 | 0.39 | 0.30 | 86.57 | 0.31 | 0.56 |
| Hex | 93 | B2 | 6C | 11 | 0 | 27 | 1E | 57 | 1F | 38 |
| Octal | 223 | 262 | 154 | 21 | 0 | 47 | 36 | 127 | 37 | 70 |
| Binary | 10010011 | 10110010 | 1101100 | 10001 | 0 | 100111 | 11110 | 1010111 | 11111 | 111000 |
Color Harmonies of #93B26C
Complementary color
Monochromatic Colors of #93B26C
Black with #93B26C
Text Example
Text Example
White with #93B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B26C; }
p { color: rgb(147,178,108); }
H1.HeaderClassName
{
color: #93B26C;
}
.AnyTagClassName
{
color: #93B26C;
}
</style>
background-color css
<style>
a { background-color: #93B26C; }
a { background-color: rgb(147,178,108); }
div.DivClassName
{
background-color: #93B26C;
}
.BgClassName
{
background-color: #93B26C;
}
</style>
border-color css
<style>
span { border-color: #93B26C; }
span { border-color: rgb(147,178,108); }
td.TdClassName
{
border-color: #93B26C;
}
.TagClassName
{
border-color: #93B26C;
}
</style>