Html Css Color HEX #6A765F Willow Grove

📋 copy color: '#6A765F'

red 106 ◦ green 118 ◦ blue 95

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

Shades of Willow Grove #6A765F

Tints of Willow Grove #6A765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 33.23%
G = 36.99%
B = 29.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#6A765F (or 0x6A765F) is known color: Willow Grove. HEX triplet: 6A, 76 and 5F. RGB value is (106,118,95). Sum of RGB (Red+Green+Blue) = 106+118+95=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #6A765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A765F is #9589A0. Grayscale: #6F6F6F. Windows color (decimal): -9800097 or 6256234. OLE color: 6256234.

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

Color convert

RGB 106 118 95 -
CMYK 0.10 0 0.19 0.54
HSL 91.3º 0.11% 0.42% -
HSV(B) 91.3º 0.19% 0.46% -
XYZ 14.49 16.85 13.31 -
YUV 111.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 106 118 95 0.10 0 0.19 0.54 91.3 0.11 0.42
Hex 6A 76 5F A 0 13 36 5B B 2A
Octal 152 166 137 12 0 23 66 133 13 52
Binary 1101010 1110110 1011111 1010 0 10011 110110 1011011 1011 101010

Color Harmonies of #6A765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A765F

Black with #6A765F

Text Example


Text Example

White with #6A765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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