Shades of Olivine #93C669
Tints of Olivine #93C669
RGB
CMYK
RGB Variations
Color information
#93C669 (or 0x93C669) is known color: Olivine. HEX triplet: 93, C6 and 69. RGB value is (147,198,105). Sum of RGB (Red+Green+Blue) = 147+198+105=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #93C669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C669 is #6C3996. Grayscale: #ACACAC. Windows color (decimal): -7092631 or 6932115. OLE color: 6932115.
HSL color Cylindrical-coordinate representation of color #93C669: hue angle of 92.9º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93C669 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 105 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.22 |
| HSL | 92.9º | 0.45% | 0.59% | - |
| HSV(B) | 92.9º | 0.47% | 0.78% | - |
| XYZ | 34.78 | 47.61 | 20.72 | - |
| YUV | 172.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 105 | 0.26 | 0 | 0.47 | 0.22 | 92.9 | 0.45 | 0.59 |
| Hex | 93 | C6 | 69 | 1A | 0 | 2F | 16 | 5D | 2D | 3B |
| Octal | 223 | 306 | 151 | 32 | 0 | 57 | 26 | 135 | 55 | 73 |
| Binary | 10010011 | 11000110 | 1101001 | 11010 | 0 | 101111 | 10110 | 1011101 | 101101 | 111011 |
Color Harmonies of #93C669
Complementary color
Monochromatic Colors of #93C669
Black with #93C669
Text Example
Text Example
White with #93C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C669; }
p { color: rgb(147,198,105); }
H1.HeaderClassName
{
color: #93C669;
}
.AnyTagClassName
{
color: #93C669;
}
</style>
background-color css
<style>
a { background-color: #93C669; }
a { background-color: rgb(147,198,105); }
div.DivClassName
{
background-color: #93C669;
}
.BgClassName
{
background-color: #93C669;
}
</style>
border-color css
<style>
span { border-color: #93C669; }
span { border-color: rgb(147,198,105); }
td.TdClassName
{
border-color: #93C669;
}
.TagClassName
{
border-color: #93C669;
}
</style>