Html Css Color HEX #667241 Woodland

📋 copy color: '#667241'

red 102 ◦ green 114 ◦ blue 65

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

Shades of Woodland #667241

Tints of Woodland #667241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

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

R = 36.3%
G = 40.57%
B = 23.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#667241 (or 0x667241) is known color: Woodland. HEX triplet: 66, 72 and 41. RGB value is (102,114,65). Sum of RGB (Red+Green+Blue) = 102+114+65=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #667241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667241 is #998DBE. Grayscale: #696969. Windows color (decimal): -10063295 or 4289126. OLE color: 4289126.

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

Color convert

RGB 102 114 65 -
CMYK 0.11 0 0.43 0.55
HSL 74.69º 0.27% 0.35% -
HSV(B) 74.69º 0.43% 0.45% -
XYZ 12.45 15.24 7.29 -
YUV 104.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 102 114 65 0.11 0 0.43 0.55 74.69 0.27 0.35
Hex 66 72 41 B 0 2B 37 4B 1B 23
Octal 146 162 101 13 0 53 67 113 33 43
Binary 1100110 1110010 1000001 1011 0 101011 110111 1001011 11011 100011

Color Harmonies of #667241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667241

Black with #667241

Text Example


Text Example

White with #667241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667241; }

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

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

background-color css

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

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

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

border-color css

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

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

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