Html Css Color HEX #667042 Woodland

📋 copy color: '#667042'

red 102 ◦ green 112 ◦ blue 66

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

Shades of Woodland #667042

Tints of Woodland #667042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

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

R = 36.43%
G = 40%
B = 23.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#667042 (or 0x667042) is known color: Woodland. HEX triplet: 66, 70 and 42. RGB value is (102,112,66). Sum of RGB (Red+Green+Blue) = 102+112+66=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #667042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667042 is #998FBD. Grayscale: #676767. Windows color (decimal): -10063806 or 4354150. OLE color: 4354150.

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

Color convert

RGB 102 112 66 -
CMYK 0.09 0 0.41 0.56
HSL 73.04º 0.26% 0.35% -
HSV(B) 73.04º 0.41% 0.44% -
XYZ 12.26 14.81 7.37 -
YUV 103.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 102 112 66 0.09 0 0.41 0.56 73.04 0.26 0.35
Hex 66 70 42 9 0 29 38 49 1A 23
Octal 146 160 102 11 0 51 70 111 32 43
Binary 1100110 1110000 1000010 1001 0 101001 111000 1001001 11010 100011

Color Harmonies of #667042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667042

Black with #667042

Text Example


Text Example

White with #667042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667042; }

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

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

background-color css

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

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

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

border-color css

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

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

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