Html Css Color HEX #6A7061 Willow Grove

📋 copy color: '#6A7061'

red 106 ◦ green 112 ◦ blue 97

#6A7061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #6A7061

Tints of Willow Grove #6A7061

RGB

 RED value IS 106 (41.8% from 255) = 33.65%

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 33.65%
G = 35.56%
B = 30.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6A7061 (or 0x6A7061) is known color: Willow Grove. HEX triplet: 6A, 70 and 61. RGB value is (106,112,97). Sum of RGB (Red+Green+Blue) = 106+112+97=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7061 is #958F9E. Grayscale: #6C6C6C. Windows color (decimal): -9801631 or 6385770. OLE color: 6385770.

HSL color Cylindrical-coordinate representation of color #6A7061: hue angle of 84º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A7061 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 112 97 -
CMYK 0.05 0 0.13 0.56
HSL 84º 0.07% 0.41% -
HSV(B) 84º 0.13% 0.44% -
XYZ 13.9 15.52 13.57 -
YUV 108.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 106 112 97 0.05 0 0.13 0.56 84 0.07 0.41
Hex 6A 70 61 5 0 D 38 54 7 29
Octal 152 160 141 5 0 15 70 124 7 51
Binary 1101010 1110000 1100001 101 0 1101 111000 1010100 111 101001

Color Harmonies of #6A7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7061

Black with #6A7061

Text Example


Text Example

White with #6A7061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A7061;
 }
 .AnyTagClassName
 {
   color: #6A7061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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