Html Css Color HEX #707E58 Willow Grove

📋 copy color: '#707E58'

red 112 ◦ green 126 ◦ blue 88

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

Shades of Willow Grove #707E58

Tints of Willow Grove #707E58

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.65%

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

R = 34.36%
G = 38.65%
B = 26.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#707E58 (or 0x707E58) is known color: Willow Grove. HEX triplet: 70, 7E and 58. RGB value is (112,126,88). Sum of RGB (Red+Green+Blue) = 112+126+88=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 126 - color contains mainly: green. Hex color #707E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E58 is #8F81A7. Grayscale: #757575. Windows color (decimal): -9404840 or 5799536. OLE color: 5799536.

HSL color Cylindrical-coordinate representation of color #707E58: hue angle of 82.11º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707E58 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 126 88 -
CMYK 0.11 0 0.30 0.51
HSL 82.11º 0.18% 0.42% -
HSV(B) 82.11º 0.3% 0.49% -
XYZ 15.9 19.07 12.08 -
YUV 117.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 112 126 88 0.11 0 0.30 0.51 82.11 0.18 0.42
Hex 70 7E 58 B 0 1E 33 52 12 2A
Octal 160 176 130 13 0 36 63 122 22 52
Binary 1110000 1111110 1011000 1011 0 11110 110011 1010010 10010 101010

Color Harmonies of #707E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E58

Black with #707E58

Text Example


Text Example

White with #707E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707E58; }

 p { color: rgb(112,126,88); }

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

background-color css

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

 a { background-color: rgb(112,126,88); }

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

border-color css

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

 span { border-color: rgb(112,126,88); }

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