Shades of Willow Grove #74815B
Tints of Willow Grove #74815B
RGB
CMYK
RGB Variations
Color information
#74815B (or 0x74815B) is known color: Willow Grove. HEX triplet: 74, 81 and 5B. RGB value is (116,129,91). Sum of RGB (Red+Green+Blue) = 116+129+91=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #74815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74815B is #8B7EA4. Grayscale: #787878. Windows color (decimal): -9141925 or 5996916. OLE color: 5996916.
HSL color Cylindrical-coordinate representation of color #74815B: hue angle of 80.53º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74815B is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 91 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.49 |
| HSL | 80.53º | 0.17% | 0.43% | - |
| HSV(B) | 80.53º | 0.29% | 0.51% | - |
| XYZ | 16.94 | 20.17 | 12.9 | - |
| YUV | 120.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 91 | 0.10 | 0 | 0.29 | 0.49 | 80.53 | 0.17 | 0.43 |
| Hex | 74 | 81 | 5B | A | 0 | 1D | 31 | 51 | 11 | 2B |
| Octal | 164 | 201 | 133 | 12 | 0 | 35 | 61 | 121 | 21 | 53 |
| Binary | 1110100 | 10000001 | 1011011 | 1010 | 0 | 11101 | 110001 | 1010001 | 10001 | 101011 |
Color Harmonies of #74815B
Complementary color
Monochromatic Colors of #74815B
Black with #74815B
Text Example
Text Example
White with #74815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74815B; }
p { color: rgb(116,129,91); }
H1.HeaderClassName
{
color: #74815B;
}
.AnyTagClassName
{
color: #74815B;
}
</style>
background-color css
<style>
a { background-color: #74815B; }
a { background-color: rgb(116,129,91); }
div.DivClassName
{
background-color: #74815B;
}
.BgClassName
{
background-color: #74815B;
}
</style>
border-color css
<style>
span { border-color: #74815B; }
span { border-color: rgb(116,129,91); }
td.TdClassName
{
border-color: #74815B;
}
.TagClassName
{
border-color: #74815B;
}
</style>