#66782D

Color #66782D Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #66782D

Tints of Rain Forest #66782D

Color information

#66782D (or 0x66782D) is unknown color: approx Rain Forest. HEX triplet: 66, 78 and 2D. RGB value is (102,120,45). Sum of RGB (Red+Green+Blue) = 102+120+45=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #66782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66782D is #9987D2. Grayscale: #6A6A6A. Windows color (decimal): -10061779 or 2979942. OLE color: 2979942.

HSL color Cylindrical-coordinate representation of color #66782D: hue angle of 74.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66782D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB10212045-
CMYK0.1500.630.53
HSL74.4º45.45%32.35%-
HSV(B)74.4º62.5%47.06%-
XYZ12.6716.454.99-
YUV106.0793.54125.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=38.20%
G=44.94%
B=16.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102120450.1500.630.5374.445.4532.35
Hex66782DF03F354a2d20
Octal1461705517077651125540
Binary11001101111000101101111101111111101011001010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66782D; }

 p { color: rgb(102,120,45); }

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

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

 a { background-color: rgb(102,120,45); }

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

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

 span { border-color: rgb(102,120,45); }

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