Html Css Color HEX #667044 Woodland

📋 copy color: '#667044'

red 102 ◦ green 112 ◦ blue 68

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

Shades of Woodland #667044

Tints of Woodland #667044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 36.17%
G = 39.72%
B = 24.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#667044 (or 0x667044) is known color: Woodland. HEX triplet: 66, 70 and 44. RGB value is (102,112,68). Sum of RGB (Red+Green+Blue) = 102+112+68=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #667044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667044 is #998FBB. Grayscale: #686868. Windows color (decimal): -10063804 or 4485222. OLE color: 4485222.

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

Color convert

RGB 102 112 68 -
CMYK 0.09 0 0.39 0.56
HSL 73.64º 0.24% 0.35% -
HSV(B) 73.64º 0.39% 0.44% -
XYZ 12.32 14.83 7.68 -
YUV 103.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 102 112 68 0.09 0 0.39 0.56 73.64 0.24 0.35
Hex 66 70 44 9 0 27 38 4A 18 23
Octal 146 160 104 11 0 47 70 112 30 43
Binary 1100110 1110000 1000100 1001 0 100111 111000 1001010 11000 100011

Color Harmonies of #667044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667044

Black with #667044

Text Example


Text Example

White with #667044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667044; }

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

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

background-color css

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

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

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

border-color css

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

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

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