#6B782D

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

Shades of Rain Forest #6B782D

Tints of Rain Forest #6B782D

Color information

#6B782D (or 0x6B782D) is unknown color: approx Rain Forest. HEX triplet: 6B, 78 and 2D. RGB value is (107,120,45). Sum of RGB (Red+Green+Blue) = 107+120+45=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #6B782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B782D is #9487D2. Grayscale: #6B6B6B. Windows color (decimal): -9734099 or 2979947. OLE color: 2979947.

HSL color Cylindrical-coordinate representation of color #6B782D: hue angle of 70.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 #6B782D is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB10712045-
CMYK0.1100.630.53
HSL70.4º45.45%32.35%-
HSV(B)70.4º62.5%47.06%-
XYZ13.2516.755.02-
YUV107.5692.69127.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=39.34%
G=44.12%
B=16.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107120450.1100.630.5370.445.4532.35
Hex6B782DB03F35462d20
Octal1531705513077651065540
Binary11010111111000101101101101111111101011000110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B782D; }

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

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

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

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

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

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

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

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