#6F756A

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

Shades of Willow Grove #6F756A

Tints of Willow Grove #6F756A

Color information

#6F756A (or 0x6F756A) is unknown color: approx Willow Grove. HEX triplet: 6F, 75 and 6A. RGB value is (111,117,106). Sum of RGB (Red+Green+Blue) = 111+117+106=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #6F756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F756A is #908A95. Grayscale: #717171. Windows color (decimal): -9472662 or 6976879. OLE color: 6976879.

HSL color Cylindrical-coordinate representation of color #6F756A: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F756A is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB111117106-
CMYK0.0500.090.54
HSL92.73º4.93%43.73%-
HSV(B)92.73º9.4%45.88%-
XYZ15.5217.1416.13-
YUV113.95123.51125.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.23%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=33.23%
G=35.03%
B=31.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1111171060.0500.090.5492.734.9343.73
Hex6F756A509365d52c
Octal157165152501166135554
Binary110111111101011101010101010011101101011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F756A; }

 p { color: rgb(111,117,106); }

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

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

 a { background-color: rgb(111,117,106); }

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

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

 span { border-color: rgb(111,117,106); }

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