#6B772F

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

Shades of Rain Forest #6B772F

Tints of Rain Forest #6B772F

Color information

#6B772F (or 0x6B772F) is unknown color: approx Rain Forest. HEX triplet: 6B, 77 and 2F. RGB value is (107,119,47). Sum of RGB (Red+Green+Blue) = 107+119+47=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #6B772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B772F is #9488D0. Grayscale: #6B6B6B. Windows color (decimal): -9734353 or 3110763. OLE color: 3110763.

HSL color Cylindrical-coordinate representation of color #6B772F: hue angle of 70º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B772F is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB10711947-
CMYK0.1000.610.53
HSL70º43.37%32.55%-
HSV(B)70º60.5%46.67%-
XYZ13.1716.525.18-
YUV107.294.02127.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=39.19%
G=43.59%
B=17.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107119470.1000.610.537043.3732.55
Hex6B772FA03D35462b21
Octal1531675712075651065341
Binary11010111110111101111101001111011101011000110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,47); }

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

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

 a { background-color: rgb(107,119,47); }

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

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

 span { border-color: rgb(107,119,47); }

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