Html Css Color HEX #616A47 Woodland

📋 copy color: '#616A47'

red 97 ◦ green 106 ◦ blue 71

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

Shades of Woodland #616A47

Tints of Woodland #616A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 35.4%
G = 38.69%
B = 25.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#616A47 (or 0x616A47) is known color: Woodland. HEX triplet: 61, 6A and 47. RGB value is (97,106,71). Sum of RGB (Red+Green+Blue) = 97+106+71=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #616A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A47 is #9E95B8. Grayscale: #636363. Windows color (decimal): -10393017 or 4680289. OLE color: 4680289.

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

Color convert

RGB 97 106 71 -
CMYK 0.08 0 0.33 0.58
HSL 75.43º 0.2% 0.35% -
HSV(B) 75.43º 0.33% 0.42% -
XYZ 11.22 13.3 7.94 -
YUV 99.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 97 106 71 0.08 0 0.33 0.58 75.43 0.2 0.35
Hex 61 6A 47 8 0 21 3A 4B 14 23
Octal 141 152 107 10 0 41 72 113 24 43
Binary 1100001 1101010 1000111 1000 0 100001 111010 1001011 10100 100011

Color Harmonies of #616A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A47

Black with #616A47

Text Example


Text Example

White with #616A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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