#6D7032

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

Shades of Rain Forest #6D7032

Tints of Rain Forest #6D7032

Color information

#6D7032 (or 0x6D7032) is unknown color: approx Rain Forest. HEX triplet: 6D, 70 and 32. RGB value is (109,112,50). Sum of RGB (Red+Green+Blue) = 109+112+50=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7032 is #928FCD. Grayscale: #686868. Windows color (decimal): -9605070 or 3305581. OLE color: 3305581.

HSL color Cylindrical-coordinate representation of color #6D7032: hue angle of 62.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D7032 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB10911250-
CMYK0.0300.550.56
HSL62.9º38.27%31.76%-
HSV(B)62.9º55.36%43.92%-
XYZ12.6815.075.26-
YUV104.0497.51131.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.22%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=40.22%
G=41.33%
B=18.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112500.0300.550.5662.938.2731.76
Hex6D70323037383f2620
Octal15516062306770774640
Binary11011011110000110010110110111111000111111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,50); }

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

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

 a { background-color: rgb(109,112,50); }

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

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

 span { border-color: rgb(109,112,50); }

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