Html Css Color HEX #6A785F Willow Grove

📋 copy color: '#6A785F'

red 106 ◦ green 120 ◦ blue 95

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

Shades of Willow Grove #6A785F

Tints of Willow Grove #6A785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

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

R = 33.02%
G = 37.38%
B = 29.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#6A785F (or 0x6A785F) is known color: Willow Grove. HEX triplet: 6A, 78 and 5F. RGB value is (106,120,95). Sum of RGB (Red+Green+Blue) = 106+120+95=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #6A785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A785F is #9587A0. Grayscale: #717171. Windows color (decimal): -9799585 or 6256746. OLE color: 6256746.

HSL color Cylindrical-coordinate representation of color #6A785F: hue angle of 93.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A785F is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 120 95 -
CMYK 0.12 0 0.21 0.53
HSL 93.6º 0.12% 0.42% -
HSV(B) 93.6º 0.21% 0.47% -
XYZ 14.73 17.32 13.39 -
YUV 112.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 106 120 95 0.12 0 0.21 0.53 93.6 0.12 0.42
Hex 6A 78 5F C 0 15 35 5E C 2A
Octal 152 170 137 14 0 25 65 136 14 52
Binary 1101010 1111000 1011111 1100 0 10101 110101 1011110 1100 101010

Color Harmonies of #6A785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A785F

Black with #6A785F

Text Example


Text Example

White with #6A785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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