Html Css Color HEX #616F3A Woodland

📋 copy color: '#616F3A'

red 97 ◦ green 111 ◦ blue 58

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

Shades of Woodland #616F3A

Tints of Woodland #616F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.73%

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 36.47%
G = 41.73%
B = 21.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#616F3A (or 0x616F3A) is known color: Woodland. HEX triplet: 61, 6F and 3A. RGB value is (97,111,58). Sum of RGB (Red+Green+Blue) = 97+111+58=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #616F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616F3A is #9E90C5. Grayscale: #646464. Windows color (decimal): -10391750 or 3829601. OLE color: 3829601.

HSL color Cylindrical-coordinate representation of color #616F3A: hue angle of 75.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616F3A is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 111 58 -
CMYK 0.13 0 0.48 0.56
HSL 75.85º 0.31% 0.33% -
HSV(B) 75.85º 0.48% 0.44% -
XYZ 11.38 14.22 6.15 -
YUV 100.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 97 111 58 0.13 0 0.48 0.56 75.85 0.31 0.33
Hex 61 6F 3A D 0 30 38 4C 1F 21
Octal 141 157 72 15 0 60 70 114 37 41
Binary 1100001 1101111 111010 1101 0 110000 111000 1001100 11111 100001

Color Harmonies of #616F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F3A

Black with #616F3A

Text Example


Text Example

White with #616F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,58); }

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

background-color css

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

 a { background-color: rgb(97,111,58); }

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

border-color css

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

 span { border-color: rgb(97,111,58); }

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