Html Css Color HEX #6A735A Willow Grove

📋 copy color: '#6A735A'

red 106 ◦ green 115 ◦ blue 90

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

Shades of Willow Grove #6A735A

Tints of Willow Grove #6A735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.98%

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

R = 34.08%
G = 36.98%
B = 28.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#6A735A (or 0x6A735A) is known color: Willow Grove. HEX triplet: 6A, 73 and 5A. RGB value is (106,115,90). Sum of RGB (Red+Green+Blue) = 106+115+90=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #6A735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A735A is #958CA5. Grayscale: #6D6D6D. Windows color (decimal): -9800870 or 5927786. OLE color: 5927786.

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

Color convert

RGB 106 115 90 -
CMYK 0.08 0 0.22 0.55
HSL 81.6º 0.12% 0.4% -
HSV(B) 81.6º 0.22% 0.45% -
XYZ 13.92 16.06 12.04 -
YUV 109.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 106 115 90 0.08 0 0.22 0.55 81.6 0.12 0.4
Hex 6A 73 5A 8 0 16 37 52 C 28
Octal 152 163 132 10 0 26 67 122 14 50
Binary 1101010 1110011 1011010 1000 0 10110 110111 1010010 1100 101000

Color Harmonies of #6A735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A735A

Black with #6A735A

Text Example


Text Example

White with #6A735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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