Html Css Color HEX #677049 Woodland

📋 copy color: '#677049'

red 103 ◦ green 112 ◦ blue 73

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

Shades of Woodland #677049

Tints of Woodland #677049

RGB

 RED value IS 103 (40.63% from 255) = 35.76%

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 35.76%
G = 38.89%
B = 25.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#677049 (or 0x677049) is known color: Woodland. HEX triplet: 67, 70 and 49. RGB value is (103,112,73). Sum of RGB (Red+Green+Blue) = 103+112+73=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #677049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677049 is #988FB6. Grayscale: #696969. Windows color (decimal): -9998263 or 4812903. OLE color: 4812903.

HSL color Cylindrical-coordinate representation of color #677049: hue angle of 73.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #677049 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 73 -
CMYK 0.08 0 0.35 0.56
HSL 73.85º 0.21% 0.36% -
HSV(B) 73.85º 0.35% 0.44% -
XYZ 12.59 14.95 8.53 -
YUV 104.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 103 112 73 0.08 0 0.35 0.56 73.85 0.21 0.36
Hex 67 70 49 8 0 23 38 4A 15 24
Octal 147 160 111 10 0 43 70 112 25 44
Binary 1100111 1110000 1001001 1000 0 100011 111000 1001010 10101 100100

Color Harmonies of #677049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677049

Black with #677049

Text Example


Text Example

White with #677049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677049; }

 p { color: rgb(103,112,73); }

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

background-color css

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

 a { background-color: rgb(103,112,73); }

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

border-color css

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

 span { border-color: rgb(103,112,73); }

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