#6E762D

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

Shades of Rain Forest #6E762D

Tints of Rain Forest #6E762D

Color information

#6E762D (or 0x6E762D) is unknown color: approx Rain Forest. HEX triplet: 6E, 76 and 2D. RGB value is (110,118,45). Sum of RGB (Red+Green+Blue) = 110+118+45=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #6E762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E762D is #9189D2. Grayscale: #6B6B6B. Windows color (decimal): -9538003 or 2979438. OLE color: 2979438.

HSL color Cylindrical-coordinate representation of color #6E762D: hue angle of 66.58º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E762D is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11011845-
CMYK0.0700.620.54
HSL66.58º44.79%31.96%-
HSV(B)66.58º61.86%46.27%-
XYZ13.3816.464.95-
YUV107.2992.85129.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.29%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=40.29%
G=43.22%
B=16.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110118450.0700.620.5466.5844.7931.96
Hex6E762D703E36432d20
Octal156166557076661035540
Binary1101110111011010110111101111101101101000011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,118,45); }

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

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

 a { background-color: rgb(110,118,45); }

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

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

 span { border-color: rgb(110,118,45); }

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