Html Css Color HEX #708452 Willow Grove

📋 copy color: '#708452'

red 112 ◦ green 132 ◦ blue 82

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

Shades of Willow Grove #708452

Tints of Willow Grove #708452

RGB

 RED value IS 112 (44.14% from 255) = 34.36%

 GREEN value IS 132 (51.95% from 255) = 40.49%

 BLUE value IS 82 (32.42% from 255) = 25.15%

R = 34.36%
G = 40.49%
B = 25.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#708452 (or 0x708452) is known color: Willow Grove. HEX triplet: 70, 84 and 52. RGB value is (112,132,82). Sum of RGB (Red+Green+Blue) = 112+132+82=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #708452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708452 is #8F7BAD. Grayscale: #787878. Windows color (decimal): -9403310 or 5407856. OLE color: 5407856.

HSL color Cylindrical-coordinate representation of color #708452: hue angle of 84º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708452 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 82 -
CMYK 0.15 0 0.38 0.48
HSL 84º 0.23% 0.42% -
HSV(B) 84º 0.38% 0.52% -
XYZ 16.46 20.56 11.08 -
YUV 120.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 112 132 82 0.15 0 0.38 0.48 84 0.23 0.42
Hex 70 84 52 F 0 26 30 54 17 2A
Octal 160 204 122 17 0 46 60 124 27 52
Binary 1110000 10000100 1010010 1111 0 100110 110000 1010100 10111 101010

Color Harmonies of #708452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708452

Black with #708452

Text Example


Text Example

White with #708452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708452; }

 p { color: rgb(112,132,82); }

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

background-color css

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

 a { background-color: rgb(112,132,82); }

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

border-color css

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

 span { border-color: rgb(112,132,82); }

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