Html Css Color HEX #6A7260 Willow Grove

📋 copy color: '#6A7260'

red 106 ◦ green 114 ◦ blue 96

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

Shades of Willow Grove #6A7260

Tints of Willow Grove #6A7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 33.54%
G = 36.08%
B = 30.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#6A7260 (or 0x6A7260) is known color: Willow Grove. HEX triplet: 6A, 72 and 60. RGB value is (106,114,96). Sum of RGB (Red+Green+Blue) = 106+114+96=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7260 is #958D9F. Grayscale: #6D6D6D. Windows color (decimal): -9801120 or 6320746. OLE color: 6320746.

HSL color Cylindrical-coordinate representation of color #6A7260: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A7260 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 96 -
CMYK 0.07 0 0.16 0.55
HSL 86.67º 0.09% 0.41% -
HSV(B) 86.67º 0.16% 0.45% -
XYZ 14.07 15.94 13.4 -
YUV 109.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 106 114 96 0.07 0 0.16 0.55 86.67 0.09 0.41
Hex 6A 72 60 7 0 10 37 57 9 29
Octal 152 162 140 7 0 20 67 127 11 51
Binary 1101010 1110010 1100000 111 0 10000 110111 1010111 1001 101001

Color Harmonies of #6A7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7260

Black with #6A7260

Text Example


Text Example

White with #6A7260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,96); }

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

background-color css

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

 a { background-color: rgb(106,114,96); }

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

border-color css

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

 span { border-color: rgb(106,114,96); }

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