Html Css Color HEX #667149 Woodland

📋 copy color: '#667149'

red 102 ◦ green 113 ◦ blue 73

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

Shades of Woodland #667149

Tints of Woodland #667149

RGB

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

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

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

R = 35.42%
G = 39.24%
B = 25.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#667149 (or 0x667149) is known color: Woodland. HEX triplet: 66, 71 and 49. RGB value is (102,113,73). Sum of RGB (Red+Green+Blue) = 102+113+73=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #667149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667149 is #998EB6. Grayscale: #696969. Windows color (decimal): -10063543 or 4813158. OLE color: 4813158.

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

Color convert

RGB 102 113 73 -
CMYK 0.10 0 0.35 0.56
HSL 76.5º 0.22% 0.36% -
HSV(B) 76.5º 0.35% 0.44% -
XYZ 12.59 15.12 8.56 -
YUV 105.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 102 113 73 0.10 0 0.35 0.56 76.5 0.22 0.36
Hex 66 71 49 A 0 23 38 4C 16 24
Octal 146 161 111 12 0 43 70 114 26 44
Binary 1100110 1110001 1001001 1010 0 100011 111000 1001100 10110 100100

Color Harmonies of #667149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667149

Black with #667149

Text Example


Text Example

White with #667149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667149; }

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

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

background-color css

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

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

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

border-color css

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

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

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