Html Css Color HEX #667442 Woodland

📋 copy color: '#667442'

red 102 ◦ green 116 ◦ blue 66

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

Shades of Woodland #667442

Tints of Woodland #667442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 35.92%
G = 40.85%
B = 23.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#667442 (or 0x667442) is known color: Woodland. HEX triplet: 66, 74 and 42. RGB value is (102,116,66). Sum of RGB (Red+Green+Blue) = 102+116+66=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #667442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667442 is #998BBD. Grayscale: #6A6A6A. Windows color (decimal): -10062782 or 4355174. OLE color: 4355174.

HSL color Cylindrical-coordinate representation of color #667442: hue angle of 76.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #667442 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 66 -
CMYK 0.12 0 0.43 0.55
HSL 76.8º 0.27% 0.36% -
HSV(B) 76.8º 0.43% 0.45% -
XYZ 12.71 15.71 7.52 -
YUV 106.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 102 116 66 0.12 0 0.43 0.55 76.8 0.27 0.36
Hex 66 74 42 C 0 2B 37 4D 1B 24
Octal 146 164 102 14 0 53 67 115 33 44
Binary 1100110 1110100 1000010 1100 0 101011 110111 1001101 11011 100100

Color Harmonies of #667442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667442

Black with #667442

Text Example


Text Example

White with #667442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667442; }

 p { color: rgb(102,116,66); }

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

background-color css

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

 a { background-color: rgb(102,116,66); }

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

border-color css

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

 span { border-color: rgb(102,116,66); }

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