Html Css Color HEX #708253 Willow Grove

📋 copy color: '#708253'

red 112 ◦ green 130 ◦ blue 83

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

Shades of Willow Grove #708253

Tints of Willow Grove #708253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 34.46%
G = 40%
B = 25.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#708253 (or 0x708253) is known color: Willow Grove. HEX triplet: 70, 82 and 53. RGB value is (112,130,83). Sum of RGB (Red+Green+Blue) = 112+130+83=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #708253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708253 is #8F7DAC. Grayscale: #777777. Windows color (decimal): -9403821 or 5472880. OLE color: 5472880.

HSL color Cylindrical-coordinate representation of color #708253: hue angle of 82.98º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708253 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 83 -
CMYK 0.14 0 0.36 0.49
HSL 82.98º 0.22% 0.42% -
HSV(B) 82.98º 0.36% 0.51% -
XYZ 16.23 20.03 11.2 -
YUV 119.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 112 130 83 0.14 0 0.36 0.49 82.98 0.22 0.42
Hex 70 82 53 E 0 24 31 53 16 2A
Octal 160 202 123 16 0 44 61 123 26 52
Binary 1110000 10000010 1010011 1110 0 100100 110001 1010011 10110 101010

Color Harmonies of #708253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708253

Black with #708253

Text Example


Text Example

White with #708253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708253; }

 p { color: rgb(112,130,83); }

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

background-color css

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

 a { background-color: rgb(112,130,83); }

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

border-color css

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

 span { border-color: rgb(112,130,83); }

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