#6A7832

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

Shades of Rain Forest #6A7832

Tints of Rain Forest #6A7832

Color information

#6A7832 (or 0x6A7832) is unknown color: approx Rain Forest. HEX triplet: 6A, 78 and 32. RGB value is (106,120,50). Sum of RGB (Red+Green+Blue) = 106+120+50=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7832 is #9587CD. Grayscale: #6C6C6C. Windows color (decimal): -9799630 or 3307626. OLE color: 3307626.

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

Color convert

RGB10612050-
CMYK0.1200.580.53
HSL72º41.18%33.33%-
HSV(B)72º58.33%47.06%-
XYZ13.2416.735.55-
YUV107.8395.36126.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=38.41%
G=43.48%
B=18.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106120500.1200.580.537241.1833.33
Hex6A7832C03A35482921
Octal1521706214072651105141
Binary11010101111000110010110001110101101011001000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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