#6E7B2A

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

Shades of Rain Forest #6E7B2A

Tints of Rain Forest #6E7B2A

Color information

#6E7B2A (or 0x6E7B2A) is unknown color: approx Rain Forest. HEX triplet: 6E, 7B and 2A. RGB value is (110,123,42). Sum of RGB (Red+Green+Blue) = 110+123+42=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7B2A is #9184D5. Grayscale: #6E6E6E. Windows color (decimal): -9536726 or 2784110. OLE color: 2784110.

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

Color convert

RGB11012342-
CMYK0.1100.660.52
HSL69.63º49.09%32.35%-
HSV(B)69.63º65.85%48.24%-
XYZ13.9317.654.86-
YUV109.8889.69128.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=40%
G=44.73%
B=15.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110123420.1100.660.5269.6349.0932.35
Hex6E7B2AB04234463120
Octal15617352130102641066140
Binary110111011110111010101011010000101101001000110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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