#667246

Color #667246 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #667246

Tints of Woodland #667246

Color information

#667246 (or 0x667246) is unknown color: approx Woodland. HEX triplet: 66, 72 and 46. RGB value is (102,114,70). Sum of RGB (Red+Green+Blue) = 102+114+70=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #667246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667246 is #998DB9. Grayscale: #696969. Windows color (decimal): -10063290 or 4616806. OLE color: 4616806.

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

Color convert

RGB10211470-
CMYK0.1100.390.55
HSL76.36º23.91%36.08%-
HSV(B)76.36º38.6%44.71%-
XYZ12.615.38.08-
YUV105.4108.02125.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 70 (27.73% from 255) = 24.48%
R=35.66%
G=39.86%
B=24.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114700.1100.390.5576.3623.9136.08
Hex667246B027374c1824
Octal14616210613047671143044
Binary11001101110010100011010110100111110111100110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667246; }

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

 H1.HeaderClassName
 {
   color: #667246;
 }
 .AnyTagClassName
 {
   color: #667246;
 }
</style>
background-color css

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

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

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

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

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

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