#6E7634

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

Shades of Rain Forest #6E7634

Tints of Rain Forest #6E7634

Color information

#6E7634 (or 0x6E7634) is unknown color: approx Rain Forest. HEX triplet: 6E, 76 and 34. RGB value is (110,118,52). Sum of RGB (Red+Green+Blue) = 110+118+52=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7634 is #9189CB. Grayscale: #6C6C6C. Windows color (decimal): -9537996 or 3438190. OLE color: 3438190.

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

Color convert

RGB11011852-
CMYK0.0700.560.54
HSL67.27º38.82%33.33%-
HSV(B)67.27º55.93%46.27%-
XYZ13.5316.525.72-
YUV108.0896.35129.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.29%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=39.29%
G=42.14%
B=18.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110118520.0700.560.5467.2738.8233.33
Hex6E7634703836432721
Octal156166647070661034741
Binary1101110111011011010011101110001101101000011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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