#6D7C2B

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

Shades of Rain Forest #6D7C2B

Tints of Rain Forest #6D7C2B

Color information

#6D7C2B (or 0x6D7C2B) is unknown color: approx Rain Forest. HEX triplet: 6D, 7C and 2B. RGB value is (109,124,43). Sum of RGB (Red+Green+Blue) = 109+124+43=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7C2B is #9283D4. Grayscale: #6E6E6E. Windows color (decimal): -9602005 or 2849901. OLE color: 2849901.

HSL color Cylindrical-coordinate representation of color #6D7C2B: hue angle of 71.11º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D7C2B is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB10912443-
CMYK0.1200.650.51
HSL71.11º48.5%32.75%-
HSV(B)71.11º65.32%48.63%-
XYZ13.9517.844.99-
YUV110.2890.03127.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.49%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=39.49%
G=44.93%
B=15.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109124430.1200.650.5171.1148.532.75
Hex6D7C2BC04133473121
Octal15517453140101631076141
Binary110110111111001010111100010000011100111000111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,124,43); }

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

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

 a { background-color: rgb(109,124,43); }

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

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

 span { border-color: rgb(109,124,43); }

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