Html Css Color HEX #667140 Woodland

📋 copy color: '#667140'

red 102 ◦ green 113 ◦ blue 64

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

Shades of Woodland #667140

Tints of Woodland #667140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 36.56%
G = 40.5%
B = 22.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#667140 (or 0x667140) is known color: Woodland. HEX triplet: 66, 71 and 40. RGB value is (102,113,64). Sum of RGB (Red+Green+Blue) = 102+113+64=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #667140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667140 is #998EBF. Grayscale: #686868. Windows color (decimal): -10063552 or 4223334. OLE color: 4223334.

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

Color convert

RGB 102 113 64 -
CMYK 0.10 0 0.43 0.56
HSL 73.47º 0.28% 0.35% -
HSV(B) 73.47º 0.43% 0.44% -
XYZ 12.31 15.01 7.1 -
YUV 104.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 102 113 64 0.10 0 0.43 0.56 73.47 0.28 0.35
Hex 66 71 40 A 0 2B 38 49 1C 23
Octal 146 161 100 12 0 53 70 111 34 43
Binary 1100110 1110001 1000000 1010 0 101011 111000 1001001 11100 100011

Color Harmonies of #667140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667140

Black with #667140

Text Example


Text Example

White with #667140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667140; }

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

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

background-color css

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

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

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

border-color css

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

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

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