Html Css Color HEX #667041 Woodland

📋 copy color: '#667041'

red 102 ◦ green 112 ◦ blue 65

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

Shades of Woodland #667041

Tints of Woodland #667041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.3%

R = 36.56%
G = 40.14%
B = 23.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#667041 (or 0x667041) is known color: Woodland. HEX triplet: 66, 70 and 41. RGB value is (102,112,65). Sum of RGB (Red+Green+Blue) = 102+112+65=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #667041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667041 is #998FBE. Grayscale: #676767. Windows color (decimal): -10063807 or 4288614. OLE color: 4288614.

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

Color convert

RGB 102 112 65 -
CMYK 0.09 0 0.42 0.56
HSL 72.77º 0.27% 0.35% -
HSV(B) 72.77º 0.42% 0.44% -
XYZ 12.23 14.79 7.21 -
YUV 103.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 102 112 65 0.09 0 0.42 0.56 72.77 0.27 0.35
Hex 66 70 41 9 0 2A 38 49 1B 23
Octal 146 160 101 11 0 52 70 111 33 43
Binary 1100110 1110000 1000001 1001 0 101010 111000 1001001 11011 100011

Color Harmonies of #667041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667041

Black with #667041

Text Example


Text Example

White with #667041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667041; }

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

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

background-color css

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

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

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

border-color css

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

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

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