Html Css Color HEX #6D7F50 Willow Grove

📋 copy color: '#6D7F50'

red 109 ◦ green 127 ◦ blue 80

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

Shades of Willow Grove #6D7F50

Tints of Willow Grove #6D7F50

RGB

 RED value IS 109 (42.97% from 255) = 34.49%

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 34.49%
G = 40.19%
B = 25.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#6D7F50 (or 0x6D7F50) is known color: Willow Grove. HEX triplet: 6D, 7F and 50. RGB value is (109,127,80). Sum of RGB (Red+Green+Blue) = 109+127+80=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F50 is #9280AF. Grayscale: #747474. Windows color (decimal): -9601200 or 5275501. OLE color: 5275501.

HSL color Cylindrical-coordinate representation of color #6D7F50: hue angle of 82.98º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D7F50 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 127 80 -
CMYK 0.14 0 0.37 0.50
HSL 82.98º 0.23% 0.41% -
HSV(B) 82.98º 0.37% 0.5% -
XYZ 15.34 19.01 10.45 -
YUV 116.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 109 127 80 0.14 0 0.37 0.50 82.98 0.23 0.41
Hex 6D 7F 50 E 0 25 32 53 17 29
Octal 155 177 120 16 0 45 62 123 27 51
Binary 1101101 1111111 1010000 1110 0 100101 110010 1010011 10111 101001

Color Harmonies of #6D7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7F50

Black with #6D7F50

Text Example


Text Example

White with #6D7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,127,80); }

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

background-color css

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

 a { background-color: rgb(109,127,80); }

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

border-color css

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

 span { border-color: rgb(109,127,80); }

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