Shades of Willow Grove #74815A
Tints of Willow Grove #74815A
RGB
CMYK
RGB Variations
Color information
#74815A (or 0x74815A) is known color: Willow Grove. HEX triplet: 74, 81 and 5A. RGB value is (116,129,90). Sum of RGB (Red+Green+Blue) = 116+129+90=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #74815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74815A is #8B7EA5. Grayscale: #787878. Windows color (decimal): -9141926 or 5931380. OLE color: 5931380.
HSL color Cylindrical-coordinate representation of color #74815A: hue angle of 80º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74815A is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 90 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.49 |
| HSL | 80º | 0.18% | 0.43% | - |
| HSV(B) | 80º | 0.3% | 0.51% | - |
| XYZ | 16.9 | 20.15 | 12.67 | - |
| YUV | 120.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 90 | 0.10 | 0 | 0.30 | 0.49 | 80 | 0.18 | 0.43 |
| Hex | 74 | 81 | 5A | A | 0 | 1E | 31 | 50 | 12 | 2B |
| Octal | 164 | 201 | 132 | 12 | 0 | 36 | 61 | 120 | 22 | 53 |
| Binary | 1110100 | 10000001 | 1011010 | 1010 | 0 | 11110 | 110001 | 1010000 | 10010 | 101011 |
Color Harmonies of #74815A
Complementary color
Monochromatic Colors of #74815A
Black with #74815A
Text Example
Text Example
White with #74815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74815A; }
p { color: rgb(116,129,90); }
H1.HeaderClassName
{
color: #74815A;
}
.AnyTagClassName
{
color: #74815A;
}
</style>
background-color css
<style>
a { background-color: #74815A; }
a { background-color: rgb(116,129,90); }
div.DivClassName
{
background-color: #74815A;
}
.BgClassName
{
background-color: #74815A;
}
</style>
border-color css
<style>
span { border-color: #74815A; }
span { border-color: rgb(116,129,90); }
td.TdClassName
{
border-color: #74815A;
}
.TagClassName
{
border-color: #74815A;
}
</style>