Html Css Color HEX #667049 Woodland

📋 copy color: '#667049'

red 102 ◦ green 112 ◦ blue 73

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

Shades of Woodland #667049

Tints of Woodland #667049

RGB

 RED value IS 102 (40.23% from 255) = 35.54%

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

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

R = 35.54%
G = 39.02%
B = 25.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#667049 (or 0x667049) is known color: Woodland. HEX triplet: 66, 70 and 49. RGB value is (102,112,73). Sum of RGB (Red+Green+Blue) = 102+112+73=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #667049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667049 is #998FB6. Grayscale: #686868. Windows color (decimal): -10063799 or 4812902. OLE color: 4812902.

HSL color Cylindrical-coordinate representation of color #667049: hue angle of 75.38º 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 #667049 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 73 -
CMYK 0.09 0 0.35 0.56
HSL 75.38º 0.21% 0.36% -
HSV(B) 75.38º 0.35% 0.44% -
XYZ 12.48 14.89 8.52 -
YUV 104.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 102 112 73 0.09 0 0.35 0.56 75.38 0.21 0.36
Hex 66 70 49 9 0 23 38 4B 15 24
Octal 146 160 111 11 0 43 70 113 25 44
Binary 1100110 1110000 1001001 1001 0 100011 111000 1001011 10101 100100

Color Harmonies of #667049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667049

Black with #667049

Text Example


Text Example

White with #667049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667049; }

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

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

background-color css

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

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

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

border-color css

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

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

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