Shades of Avocado #939567
Tints of Avocado #939567
RGB
CMYK
RGB Variations
Color information
#939567 (or 0x939567) is known color: Avocado. HEX triplet: 93, 95 and 67. RGB value is (147,149,103). Sum of RGB (Red+Green+Blue) = 147+149+103=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #939567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939567 is #6C6A98. Grayscale: #8F8F8F. Windows color (decimal): -7105177 or 6788499. OLE color: 6788499.
HSL color Cylindrical-coordinate representation of color #939567: hue angle of 62.61º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #939567 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 103 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.42 |
| HSL | 62.61º | 0.18% | 0.49% | - |
| HSV(B) | 62.61º | 0.31% | 0.58% | - |
| XYZ | 25.23 | 28.68 | 17.04 | - |
| YUV | 143.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 103 | 0.01 | 0 | 0.31 | 0.42 | 62.61 | 0.18 | 0.49 |
| Hex | 93 | 95 | 67 | 1 | 0 | 1F | 2A | 3F | 12 | 31 |
| Octal | 223 | 225 | 147 | 1 | 0 | 37 | 52 | 77 | 22 | 61 |
| Binary | 10010011 | 10010101 | 1100111 | 1 | 0 | 11111 | 101010 | 111111 | 10010 | 110001 |
Color Harmonies of #939567
Complementary color
Monochromatic Colors of #939567
Black with #939567
Text Example
Text Example
White with #939567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939567; }
p { color: rgb(147,149,103); }
H1.HeaderClassName
{
color: #939567;
}
.AnyTagClassName
{
color: #939567;
}
</style>
background-color css
<style>
a { background-color: #939567; }
a { background-color: rgb(147,149,103); }
div.DivClassName
{
background-color: #939567;
}
.BgClassName
{
background-color: #939567;
}
</style>
border-color css
<style>
span { border-color: #939567; }
span { border-color: rgb(147,149,103); }
td.TdClassName
{
border-color: #939567;
}
.TagClassName
{
border-color: #939567;
}
</style>