#707A61

Color #707A61 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #707A61

Tints of Willow Grove #707A61

Color information

#707A61 (or 0x707A61) is unknown color: approx Willow Grove. HEX triplet: 70, 7A and 61. RGB value is (112,122,97). Sum of RGB (Red+Green+Blue) = 112+122+97=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 122 - color contains mainly: green. Hex color #707A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A61 is #8F859E. Grayscale: #747474. Windows color (decimal): -9405855 or 6388336. OLE color: 6388336.

HSL color Cylindrical-coordinate representation of color #707A61: hue angle of 84º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #707A61 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB11212297-
CMYK0.0800.200.52
HSL84º11.42%42.94%-
HSV(B)84º20.49%47.84%-
XYZ15.818.2313.99-
YUV116.16117.19125.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=33.84%
G=36.86%
B=29.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112122970.0800.200.528411.4242.94
Hex707A6180143454b2b
Octal16017214110024641241353
Binary111000011110101100001100001010011010010101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,122,97); }

 H1.HeaderClassName
 {
   color: #707A61;
 }
 .AnyTagClassName
 {
   color: #707A61;
 }
</style>
background-color css

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

 a { background-color: rgb(112,122,97); }

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

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

 span { border-color: rgb(112,122,97); }

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