Html Css Color HEX #616A40 Woodland

📋 copy color: '#616A40'

red 97 ◦ green 106 ◦ blue 64

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

Shades of Woodland #616A40

Tints of Woodland #616A40

RGB

 RED value IS 97 (38.28% from 255) = 36.33%

 GREEN value IS 106 (41.8% from 255) = 39.7%

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 36.33%
G = 39.7%
B = 23.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#616A40 (or 0x616A40) is known color: Woodland. HEX triplet: 61, 6A and 40. RGB value is (97,106,64). Sum of RGB (Red+Green+Blue) = 97+106+64=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #616A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A40 is #9E95BF. Grayscale: #626262. Windows color (decimal): -10393024 or 4221537. OLE color: 4221537.

HSL color Cylindrical-coordinate representation of color #616A40: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #616A40 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 106 64 -
CMYK 0.08 0 0.40 0.58
HSL 72.86º 0.25% 0.33% -
HSV(B) 72.86º 0.4% 0.42% -
XYZ 11.01 13.22 6.82 -
YUV 98.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 97 106 64 0.08 0 0.40 0.58 72.86 0.25 0.33
Hex 61 6A 40 8 0 28 3A 49 19 21
Octal 141 152 100 10 0 50 72 111 31 41
Binary 1100001 1101010 1000000 1000 0 101000 111010 1001001 11001 100001

Color Harmonies of #616A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A40

Black with #616A40

Text Example


Text Example

White with #616A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616A40; }

 p { color: rgb(97,106,64); }

 H1.HeaderClassName
 {
   color: #616A40;
 }
 .AnyTagClassName
 {
   color: #616A40;
 }
</style>

background-color css

<style>
 a { background-color: #616A40; }

 a { background-color: rgb(97,106,64); }

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

border-color css

<style>
 span { border-color: #616A40; }

 span { border-color: rgb(97,106,64); }

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