Html Css Color HEX #667141 Woodland

📋 copy color: '#667141'

red 102 ◦ green 113 ◦ blue 65

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

Shades of Woodland #667141

Tints of Woodland #667141

RGB

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

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

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

R = 36.43%
G = 40.36%
B = 23.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#667141 (or 0x667141) is known color: Woodland. HEX triplet: 66, 71 and 41. RGB value is (102,113,65). Sum of RGB (Red+Green+Blue) = 102+113+65=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #667141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667141 is #998EBE. Grayscale: #686868. Windows color (decimal): -10063551 or 4288870. OLE color: 4288870.

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

Color convert

RGB 102 113 65 -
CMYK 0.10 0 0.42 0.56
HSL 73.75º 0.27% 0.35% -
HSV(B) 73.75º 0.42% 0.44% -
XYZ 12.34 15.02 7.25 -
YUV 104.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 102 113 65 0.10 0 0.42 0.56 73.75 0.27 0.35
Hex 66 71 41 A 0 2A 38 4A 1B 23
Octal 146 161 101 12 0 52 70 112 33 43
Binary 1100110 1110001 1000001 1010 0 101010 111000 1001010 11011 100011

Color Harmonies of #667141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667141

Black with #667141

Text Example


Text Example

White with #667141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667141; }

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

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

background-color css

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

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

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

border-color css

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

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

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