#6E7521

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

Shades of Rain Forest #6E7521

Tints of Rain Forest #6E7521

Color information

#6E7521 (or 0x6E7521) is unknown color: approx Rain Forest. HEX triplet: 6E, 75 and 21. RGB value is (110,117,33). Sum of RGB (Red+Green+Blue) = 110+117+33=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7521 is #918ADE. Grayscale: #696969. Windows color (decimal): -9538271 or 2192750. OLE color: 2192750.

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

Color convert

RGB11011733-
CMYK0.0600.720.54
HSL65º56%29.41%-
HSV(B)65º71.79%45.88%-
XYZ13.0716.153.87-
YUV105.3387.18131.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.31%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=42.31%
G=45%
B=12.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110117330.0600.720.54655629.41
Hex6E752160483641381d
Octal1561654160110661017035
Binary1101110111010110000111001001000110110100000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,117,33); }

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

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

 a { background-color: rgb(110,117,33); }

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

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

 span { border-color: rgb(110,117,33); }

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