Html Css Color HEX #616936 Woodland

📋 copy color: '#616936'

red 97 ◦ green 105 ◦ blue 54

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

Shades of Woodland #616936

Tints of Woodland #616936

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 37.89%
G = 41.02%
B = 21.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#616936 (or 0x616936) is known color: Woodland. HEX triplet: 61, 69 and 36. RGB value is (97,105,54). Sum of RGB (Red+Green+Blue) = 97+105+54=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #616936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616936 is #9E96C9. Grayscale: #606060. Windows color (decimal): -10393290 or 3565921. OLE color: 3565921.

HSL color Cylindrical-coordinate representation of color #616936: hue angle of 69.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #616936 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 105 54 -
CMYK 0.08 0 0.49 0.59
HSL 69.41º 0.32% 0.31% -
HSV(B) 69.41º 0.49% 0.41% -
XYZ 10.65 12.91 5.42 -
YUV 96.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 97 105 54 0.08 0 0.49 0.59 69.41 0.32 0.31
Hex 61 69 36 8 0 31 3B 45 20 1F
Octal 141 151 66 10 0 61 73 105 40 37
Binary 1100001 1101001 110110 1000 0 110001 111011 1000101 100000 11111

Color Harmonies of #616936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616936

Black with #616936

Text Example


Text Example

White with #616936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616936; }

 p { color: rgb(97,105,54); }

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

background-color css

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

 a { background-color: rgb(97,105,54); }

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

border-color css

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

 span { border-color: rgb(97,105,54); }

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