Html Css Color HEX #728058 Willow Grove

📋 copy color: '#728058'

red 114 ◦ green 128 ◦ blue 88

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

Shades of Willow Grove #728058

Tints of Willow Grove #728058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 34.55%
G = 38.79%
B = 26.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#728058 (or 0x728058) is known color: Willow Grove. HEX triplet: 72, 80 and 58. RGB value is (114,128,88). Sum of RGB (Red+Green+Blue) = 114+128+88=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #728058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728058 is #8D7FA7. Grayscale: #777777. Windows color (decimal): -9273256 or 5800050. OLE color: 5800050.

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

Color convert

RGB 114 128 88 -
CMYK 0.11 0 0.31 0.50
HSL 81º 0.19% 0.42% -
HSV(B) 81º 0.31% 0.5% -
XYZ 16.42 19.72 12.17 -
YUV 119.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 114 128 88 0.11 0 0.31 0.50 81 0.19 0.42
Hex 72 80 58 B 0 1F 32 51 13 2A
Octal 162 200 130 13 0 37 62 121 23 52
Binary 1110010 10000000 1011000 1011 0 11111 110010 1010001 10011 101010

Color Harmonies of #728058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728058

Black with #728058

Text Example


Text Example

White with #728058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728058; }

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

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

background-color css

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

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

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

border-color css

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

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

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