Html Css Color HEX #6A7661 Willow Grove

📋 copy color: '#6A7661'

red 106 ◦ green 118 ◦ blue 97

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

Shades of Willow Grove #6A7661

Tints of Willow Grove #6A7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

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

R = 33.02%
G = 36.76%
B = 30.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#6A7661 (or 0x6A7661) is known color: Willow Grove. HEX triplet: 6A, 76 and 61. RGB value is (106,118,97). Sum of RGB (Red+Green+Blue) = 106+118+97=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7661 is #95899E. Grayscale: #707070. Windows color (decimal): -9800095 or 6387306. OLE color: 6387306.

HSL color Cylindrical-coordinate representation of color #6A7661: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A7661 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 97 -
CMYK 0.10 0 0.18 0.54
HSL 94.29º 0.1% 0.42% -
HSV(B) 94.29º 0.18% 0.46% -
XYZ 14.58 16.88 13.8 -
YUV 112.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 106 118 97 0.10 0 0.18 0.54 94.29 0.1 0.42
Hex 6A 76 61 A 0 12 36 5E A 2A
Octal 152 166 141 12 0 22 66 136 12 52
Binary 1101010 1110110 1100001 1010 0 10010 110110 1011110 1010 101010

Color Harmonies of #6A7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7661

Black with #6A7661

Text Example


Text Example

White with #6A7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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