Html Css Color HEX #6A8056 Willow Grove

📋 copy color: '#6A8056'

red 106 ◦ green 128 ◦ blue 86

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

Shades of Willow Grove #6A8056

Tints of Willow Grove #6A8056

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 86 (33.98% from 255) = 26.88%

R = 33.13%
G = 40%
B = 26.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#6A8056 (or 0x6A8056) is known color: Willow Grove. HEX triplet: 6A, 80 and 56. RGB value is (106,128,86). Sum of RGB (Red+Green+Blue) = 106+128+86=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8056 is #957FA9. Grayscale: #747474. Windows color (decimal): -9797546 or 5668970. OLE color: 5668970.

HSL color Cylindrical-coordinate representation of color #6A8056: hue angle of 91.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A8056 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 128 86 -
CMYK 0.17 0 0.33 0.50
HSL 91.43º 0.2% 0.42% -
HSV(B) 91.43º 0.33% 0.5% -
XYZ 15.34 19.17 11.7 -
YUV 116.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 106 128 86 0.17 0 0.33 0.50 91.43 0.2 0.42
Hex 6A 80 56 11 0 21 32 5B 14 2A
Octal 152 200 126 21 0 41 62 133 24 52
Binary 1101010 10000000 1010110 10001 0 100001 110010 1011011 10100 101010

Color Harmonies of #6A8056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8056

Black with #6A8056

Text Example


Text Example

White with #6A8056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,128,86); }

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

background-color css

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

 a { background-color: rgb(106,128,86); }

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

border-color css

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

 span { border-color: rgb(106,128,86); }

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