#6A7360

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

Shades of Willow Grove #6A7360

Tints of Willow Grove #6A7360

Color information

#6A7360 (or 0x6A7360) is unknown color: approx Willow Grove. HEX triplet: 6A, 73 and 60. RGB value is (106,115,96). Sum of RGB (Red+Green+Blue) = 106+115+96=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7360 is #958C9F. Grayscale: #6E6E6E. Windows color (decimal): -9800864 or 6321002. OLE color: 6321002.

HSL color Cylindrical-coordinate representation of color #6A7360: hue angle of 88.42º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7360 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB10611596-
CMYK0.0800.170.55
HSL88.42º9%41.37%-
HSV(B)88.42º16.52%45.1%-
XYZ14.1916.1713.44-
YUV110.14120.02125.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=33.44%
G=36.28%
B=30.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115960.0800.170.5588.42941.37
Hex6A736080113758929
Octal15216314010021671301151
Binary110101011100111100000100001000111011110110001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,96); }

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

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

 a { background-color: rgb(106,115,96); }

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

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

 span { border-color: rgb(106,115,96); }

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