Html Css Color HEX #667540 Woodland

📋 copy color: '#667540'

red 102 ◦ green 117 ◦ blue 64

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

Shades of Woodland #667540

Tints of Woodland #667540

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 value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#667540 (or 0x667540) is known color: 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

RGB 102 117 64 -
CMYK 0.13 0 0.45 0.54
HSL 76.98º 0.29% 0.35% -
HSV(B) 76.98º 0.45% 0.46% -
XYZ 12.77 15.92 7.25 -
YUV 106.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 102 117 64 0.13 0 0.45 0.54 76.98 0.29 0.35
Hex 66 75 40 D 0 2D 36 4D 1D 23
Octal 146 165 100 15 0 55 66 115 35 43
Binary 1100110 1110101 1000000 1101 0 101101 110110 1001101 11101 100011

Color Harmonies of #667540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667540

Black with #667540

Text Example


Text Example

White with #667540

Text Example


Text Example

HTML Codes & Css Web 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>