Html Css Color HEX #728060 Willow Grove

📋 copy color: '#728060'

red 114 ◦ green 128 ◦ blue 96

#728060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #728060

Tints of Willow Grove #728060

RGB

 RED value IS 114 (44.92% from 255) = 33.73%

 GREEN value IS 128 (50.39% from 255) = 37.87%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 33.73%
G = 37.87%
B = 28.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#728060 (or 0x728060) is known color: Willow Grove. HEX triplet: 72, 80 and 60. RGB value is (114,128,96). Sum of RGB (Red+Green+Blue) = 114+128+96=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #728060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728060 is #8D7F9F. Grayscale: #787878. Windows color (decimal): -9273248 or 6324338. OLE color: 6324338.

HSL color Cylindrical-coordinate representation of color #728060: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728060 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 96 -
CMYK 0.11 0 0.25 0.50
HSL 86.25º 0.14% 0.44% -
HSV(B) 86.25º 0.25% 0.5% -
XYZ 16.77 19.86 14.02 -
YUV 120.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 114 128 96 0.11 0 0.25 0.50 86.25 0.14 0.44
Hex 72 80 60 B 0 19 32 56 E 2C
Octal 162 200 140 13 0 31 62 126 16 54
Binary 1110010 10000000 1100000 1011 0 11001 110010 1010110 1110 101100

Color Harmonies of #728060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728060

Black with #728060

Text Example


Text Example

White with #728060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728060; }

 p { color: rgb(114,128,96); }

 H1.HeaderClassName
 {
   color: #728060;
 }
 .AnyTagClassName
 {
   color: #728060;
 }
</style>

background-color css

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

 a { background-color: rgb(114,128,96); }

 div.DivClassName
 {
   background-color: #728060;
 }
 .BgClassName
 {
   background-color: #728060;
 }
</style>

border-color css

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

 span { border-color: rgb(114,128,96); }

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