#74815B

Color #74815B Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #74815B

Tints of Willow Grove #74815B

Color information

#74815B (or 0x74815B) is unknown color: approx 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

RGB11612991-
CMYK0.1000.290.49
HSL80.53º17.27%43.14%-
HSV(B)80.53º29.46%50.59%-
XYZ16.9420.1712.9-
YUV120.78111.19124.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=34.52%
G=38.39%
B=27.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129910.1000.290.4980.5317.2743.14
Hex74815BA01D3151112b
Octal16420113312035611212153
Binary11101001000000110110111010011101110001101000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>