Html Css Color HEX #667046 Woodland

📋 copy color: '#667046'

red 102 ◦ green 112 ◦ blue 70

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

Shades of Woodland #667046

Tints of Woodland #667046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 35.92%
G = 39.44%
B = 24.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#667046 (or 0x667046) is known color: Woodland. HEX triplet: 66, 70 and 46. RGB value is (102,112,70). Sum of RGB (Red+Green+Blue) = 102+112+70=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #667046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667046 is #998FB9. Grayscale: #686868. Windows color (decimal): -10063802 or 4616294. OLE color: 4616294.

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

Color convert

RGB 102 112 70 -
CMYK 0.09 0 0.38 0.56
HSL 74.29º 0.23% 0.36% -
HSV(B) 74.29º 0.38% 0.44% -
XYZ 12.38 14.86 8.01 -
YUV 104.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 102 112 70 0.09 0 0.38 0.56 74.29 0.23 0.36
Hex 66 70 46 9 0 26 38 4A 17 24
Octal 146 160 106 11 0 46 70 112 27 44
Binary 1100110 1110000 1000110 1001 0 100110 111000 1001010 10111 100100

Color Harmonies of #667046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667046

Black with #667046

Text Example


Text Example

White with #667046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667046; }

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

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

background-color css

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

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

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

border-color css

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

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

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