#6C755A

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

Shades of Willow Grove #6C755A

Tints of Willow Grove #6C755A

Color information

#6C755A (or 0x6C755A) is unknown color: approx Willow Grove. HEX triplet: 6C, 75 and 5A. RGB value is (108,117,90). Sum of RGB (Red+Green+Blue) = 108+117+90=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #6C755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C755A is #938AA5. Grayscale: #6F6F6F. Windows color (decimal): -9669286 or 5928300. OLE color: 5928300.

HSL color Cylindrical-coordinate representation of color #6C755A: hue angle of 80º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C755A is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB10811790-
CMYK0.0800.230.54
HSL80º13.04%40.59%-
HSV(B)80º23.08%45.88%-
XYZ14.3916.6512.13-
YUV111.23116.02125.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=34.29%
G=37.14%
B=28.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108117900.0800.230.548013.0440.59
Hex6C755A80173650d29
Octal15416513210027661201551
Binary110110011101011011010100001011111011010100001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,90); }

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

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

 a { background-color: rgb(108,117,90); }

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

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

 span { border-color: rgb(108,117,90); }

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