Html Css Color HEX #6A725A Willow Grove

📋 copy color: '#6A725A'

red 106 ◦ green 114 ◦ blue 90

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

Shades of Willow Grove #6A725A

Tints of Willow Grove #6A725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 34.19%
G = 36.77%
B = 29.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#6A725A (or 0x6A725A) is known color: Willow Grove. HEX triplet: 6A, 72 and 5A. RGB value is (106,114,90). Sum of RGB (Red+Green+Blue) = 106+114+90=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #6A725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A725A is #958DA5. Grayscale: #6C6C6C. Windows color (decimal): -9801126 or 5927530. OLE color: 5927530.

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

Color convert

RGB 106 114 90 -
CMYK 0.07 0 0.21 0.55
HSL 80º 0.12% 0.4% -
HSV(B) 80º 0.21% 0.45% -
XYZ 13.81 15.84 12 -
YUV 108.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 106 114 90 0.07 0 0.21 0.55 80 0.12 0.4
Hex 6A 72 5A 7 0 15 37 50 C 28
Octal 152 162 132 7 0 25 67 120 14 50
Binary 1101010 1110010 1011010 111 0 10101 110111 1010000 1100 101000

Color Harmonies of #6A725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A725A

Black with #6A725A

Text Example


Text Example

White with #6A725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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