#6E762A

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

Shades of Rain Forest #6E762A

Tints of Rain Forest #6E762A

Color information

#6E762A (or 0x6E762A) is unknown color: approx Rain Forest. HEX triplet: 6E, 76 and 2A. RGB value is (110,118,42). Sum of RGB (Red+Green+Blue) = 110+118+42=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #6E762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E762A is #9189D5. Grayscale: #6B6B6B. Windows color (decimal): -9538006 or 2782830. OLE color: 2782830.

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

Color convert

RGB11011842-
CMYK0.0700.640.54
HSL66.32º47.5%31.37%-
HSV(B)66.32º64.41%46.27%-
XYZ13.3316.444.66-
YUV106.9491.35130.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=40.74%
G=43.70%
B=15.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110118420.0700.640.5466.3247.531.37
Hex6E762A70403642301f
Octal1561665270100661026037
Binary1101110111011010101011101000000110110100001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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