#6A782E

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

Shades of Rain Forest #6A782E

Tints of Rain Forest #6A782E

Color information

#6A782E (or 0x6A782E) is unknown color: approx Rain Forest. HEX triplet: 6A, 78 and 2E. RGB value is (106,120,46). Sum of RGB (Red+Green+Blue) = 106+120+46=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #6A782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A782E is #9587D1. Grayscale: #6B6B6B. Windows color (decimal): -9799634 or 3045482. OLE color: 3045482.

HSL color Cylindrical-coordinate representation of color #6A782E: hue angle of 71.35º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A782E is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB10612046-
CMYK0.1200.620.53
HSL71.35º44.58%32.55%-
HSV(B)71.35º61.67%47.06%-
XYZ13.1516.695.11-
YUV107.3893.36127.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=38.97%
G=44.12%
B=16.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106120460.1200.620.5371.3544.5832.55
Hex6A782EC03E35472d21
Octal1521705614076651075541
Binary11010101111000101110110001111101101011000111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,120,46); }

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

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

 a { background-color: rgb(106,120,46); }

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

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

 span { border-color: rgb(106,120,46); }

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