#667540

Color #667540 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #667540

Tints of Woodland #667540

Color information

#667540 (or 0x667540) is unknown color: approx Woodland. HEX triplet: 66, 75 and 40. RGB value is (102,117,64). Sum of RGB (Red+Green+Blue) = 102+117+64=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #667540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667540 is #998ABF. Grayscale: #6A6A6A. Windows color (decimal): -10062528 or 4224358. OLE color: 4224358.

HSL color Cylindrical-coordinate representation of color #667540: hue angle of 76.98º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667540 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB10211764-
CMYK0.1300.450.54
HSL76.98º29.28%35.49%-
HSV(B)76.98º45.3%45.88%-
XYZ12.7715.927.25-
YUV106.47104.03124.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=36.04%
G=41.34%
B=22.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102117640.1300.450.5476.9829.2835.49
Hex667540D02D364d1d23
Octal14616510015055661153543
Binary11001101110101100000011010101101110110100110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667540; }

 p { color: rgb(102,117,64); }

 H1.HeaderClassName
 {
   color: #667540;
 }
 .AnyTagClassName
 {
   color: #667540;
 }
</style>
background-color css

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

 a { background-color: rgb(102,117,64); }

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

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

 span { border-color: rgb(102,117,64); }

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