#6E732F

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

Shades of Rain Forest #6E732F

Tints of Rain Forest #6E732F

Color information

#6E732F (or 0x6E732F) is unknown color: approx Rain Forest. HEX triplet: 6E, 73 and 2F. RGB value is (110,115,47). Sum of RGB (Red+Green+Blue) = 110+115+47=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #6E732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E732F is #918CD0. Grayscale: #6A6A6A. Windows color (decimal): -9538769 or 3109742. OLE color: 3109742.

HSL color Cylindrical-coordinate representation of color #6E732F: hue angle of 64.41º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E732F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB11011547-
CMYK0.0400.590.55
HSL64.41º41.98%31.76%-
HSV(B)64.41º59.13%45.1%-
XYZ13.0715.785.05-
YUV105.7594.84131.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.44%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 47 (18.75% from 255) = 17.28%
R=40.44%
G=42.28%
B=17.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110115470.0400.590.5564.4141.9831.76
Hex6E732F403B37402a20
Octal156163574073671005240
Binary1101110111001110111110001110111101111000000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,115,47); }

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

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

 a { background-color: rgb(110,115,47); }

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

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

 span { border-color: rgb(110,115,47); }

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