#6D7B20

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

Shades of Rain Forest #6D7B20

Tints of Rain Forest #6D7B20

Color information

#6D7B20 (or 0x6D7B20) is unknown color: approx Rain Forest. HEX triplet: 6D, 7B and 20. RGB value is (109,123,32). Sum of RGB (Red+Green+Blue) = 109+123+32=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #6D7B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7B20 is #9284DF. Grayscale: #6C6C6C. Windows color (decimal): -9602272 or 2128749. OLE color: 2128749.

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

Color convert

RGB10912332-
CMYK0.1100.740.52
HSL69.23º58.71%30.39%-
HSV(B)69.23º73.98%48.24%-
XYZ13.6517.524.03-
YUV108.4484.86128.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 123 (48.44% from 255) = 46.59%
BLUE value IS 32 (12.89% from 255) = 12.12%
R=41.29%
G=46.59%
B=12.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109123320.1100.740.5269.2358.7130.39
Hex6D7B20B04A34453b1e
Octal15517340130112641057336
Binary11011011111011100000101101001010110100100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,123,32); }

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

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

 a { background-color: rgb(109,123,32); }

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

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

 span { border-color: rgb(109,123,32); }

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