#6E7B3C

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

Shades of Rain Forest #6E7B3C

Tints of Rain Forest #6E7B3C

Color information

#6E7B3C (or 0x6E7B3C) is unknown color: approx Rain Forest. HEX triplet: 6E, 7B and 3C. RGB value is (110,123,60). Sum of RGB (Red+Green+Blue) = 110+123+60=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7B3C is #9184C3. Grayscale: #707070. Windows color (decimal): -9536708 or 3963758. OLE color: 3963758.

HSL color Cylindrical-coordinate representation of color #6E7B3C: hue angle of 72.38º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E7B3C is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB11012360-
CMYK0.1100.510.52
HSL72.38º34.43%35.88%-
HSV(B)72.38º51.22%48.24%-
XYZ14.3317.816.96-
YUV111.9398.69126.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=37.54%
G=41.98%
B=20.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110123600.1100.510.5272.3834.4335.88
Hex6E7B3CB03334482224
Octal1561737413063641104244
Binary11011101111011111100101101100111101001001000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,123,60); }

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

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

 a { background-color: rgb(110,123,60); }

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

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

 span { border-color: rgb(110,123,60); }

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