#6B7132

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

Shades of Rain Forest #6B7132

Tints of Rain Forest #6B7132

Color information

#6B7132 (or 0x6B7132) is unknown color: approx Rain Forest. HEX triplet: 6B, 71 and 32. RGB value is (107,113,50). Sum of RGB (Red+Green+Blue) = 107+113+50=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7132 is #948ECD. Grayscale: #686868. Windows color (decimal): -9735886 or 3305835. OLE color: 3305835.

HSL color Cylindrical-coordinate representation of color #6B7132: hue angle of 65.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7132 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB10711350-
CMYK0.0500.560.56
HSL65.71º38.65%31.96%-
HSV(B)65.71º55.75%44.31%-
XYZ12.5415.175.28-
YUV104.0297.51130.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=39.63%
G=41.85%
B=18.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107113500.0500.560.5665.7138.6531.96
Hex6B7132503838422720
Octal153161625070701024740
Binary1101011111000111001010101110001110001000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,113,50); }

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

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

 a { background-color: rgb(107,113,50); }

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

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

 span { border-color: rgb(107,113,50); }

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