#707B5E

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

Shades of Willow Grove #707B5E

Tints of Willow Grove #707B5E

Color information

#707B5E (or 0x707B5E) is unknown color: approx Willow Grove. HEX triplet: 70, 7B and 5E. RGB value is (112,123,94). Sum of RGB (Red+Green+Blue) = 112+123+94=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #707B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B5E is #8F84A1. Grayscale: #747474. Windows color (decimal): -9405602 or 6191984. OLE color: 6191984.

HSL color Cylindrical-coordinate representation of color #707B5E: hue angle of 82.76º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707B5E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB11212394-
CMYK0.0900.240.52
HSL82.76º13.36%42.55%-
HSV(B)82.76º23.58%48.24%-
XYZ15.7918.4213.31-
YUV116.4115.36124.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=34.04%
G=37.39%
B=28.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112123940.0900.240.5282.7613.3642.55
Hex707B5E90183453d2b
Octal16017313611030641231553
Binary111000011110111011110100101100011010010100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,123,94); }

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

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

 a { background-color: rgb(112,123,94); }

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

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

 span { border-color: rgb(112,123,94); }

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