Shades of Zuccini #085129
Tints of Zuccini #085129
RGB
CMYK
RGB Variations
Color information
#085129 (or 0x085129) is known color: Zuccini. HEX triplet: 08, 51 and 29. RGB value is (8,81,41). Sum of RGB (Red+Green+Blue) = 8+81+41=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #085129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085129 is #F7AED6. Grayscale: #363636. Windows color (decimal): -16232151 or 2707720. OLE color: 2707720.
HSL color Cylindrical-coordinate representation of color #085129: hue angle of 147.12º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085129 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 41 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.68 |
| HSL | 147.12º | 0.82% | 0.17% | - |
| HSV(B) | 147.12º | 0.9% | 0.32% | - |
| XYZ | 3.44 | 6.1 | 3.09 | - |
| YUV | 54.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 41 | 0.90 | 0 | 0.49 | 0.68 | 147.12 | 0.82 | 0.17 |
| Hex | 8 | 51 | 29 | 5A | 0 | 31 | 44 | 93 | 52 | 11 |
| Octal | 10 | 121 | 51 | 132 | 0 | 61 | 104 | 223 | 122 | 21 |
| Binary | 1000 | 1010001 | 101001 | 1011010 | 0 | 110001 | 1000100 | 10010011 | 1010010 | 10001 |
Color Harmonies of #085129
Complementary color
Monochromatic Colors of #085129
Black with #085129
Text Example
Text Example
White with #085129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085129; }
p { color: rgb(8,81,41); }
H1.HeaderClassName
{
color: #085129;
}
.AnyTagClassName
{
color: #085129;
}
</style>
background-color css
<style>
a { background-color: #085129; }
a { background-color: rgb(8,81,41); }
div.DivClassName
{
background-color: #085129;
}
.BgClassName
{
background-color: #085129;
}
</style>
border-color css
<style>
span { border-color: #085129; }
span { border-color: rgb(8,81,41); }
td.TdClassName
{
border-color: #085129;
}
.TagClassName
{
border-color: #085129;
}
</style>