#73864E

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

Shades of Willow Grove #73864E

Tints of Willow Grove #73864E

Color information

#73864E (or 0x73864E) is unknown color: approx Willow Grove. HEX triplet: 73, 86 and 4E. RGB value is (115,134,78). Sum of RGB (Red+Green+Blue) = 115+134+78=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #73864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73864E is #8C79B1. Grayscale: #7A7A7A. Windows color (decimal): -9206194 or 5146227. OLE color: 5146227.

HSL color Cylindrical-coordinate representation of color #73864E: hue angle of 80.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73864E is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB11513478-
CMYK0.1400.420.47
HSL80.36º26.42%41.57%-
HSV(B)80.36º41.79%52.55%-
XYZ16.9721.2510.41-
YUV121.94103.21123.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=35.17%
G=40.98%
B=23.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115134780.1400.420.4780.3626.4241.57
Hex73864EE02A2F501a2a
Octal16320611616052571203252
Binary111001110000110100111011100101010101111101000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73864E; }

 p { color: rgb(115,134,78); }

 H1.HeaderClassName
 {
   color: #73864E;
 }
 .AnyTagClassName
 {
   color: #73864E;
 }
</style>
background-color css

<style>
 a { background-color: #73864E; }

 a { background-color: rgb(115,134,78); }

 div.DivClassName
 {
   background-color: #73864E;
 }
 .BgClassName
 {
   background-color: #73864E;
 }
</style>
border-color css

<style>
 span { border-color: #73864E; }

 span { border-color: rgb(115,134,78); }

 td.TdClassName
 {
   border-color: #73864E;
 }
 .TagClassName
 {
   border-color: #73864E;
 }
</style>