#6B7020

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

Shades of Rain Forest #6B7020

Tints of Rain Forest #6B7020

Color information

#6B7020 (or 0x6B7020) is unknown color: approx Rain Forest. HEX triplet: 6B, 70 and 20. RGB value is (107,112,32). Sum of RGB (Red+Green+Blue) = 107+112+32=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7020 is #948FDF. Grayscale: #656565. Windows color (decimal): -9736160 or 2125931. OLE color: 2125931.

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

Color convert

RGB10711232-
CMYK0.0400.710.56
HSL63.75º55.56%28.24%-
HSV(B)63.75º71.43%43.92%-
XYZ12.1214.823.59-
YUV101.3888.84132-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=42.63%
G=44.62%
B=12.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112320.0400.710.5663.7555.5628.24
Hex6B702040473840381c
Octal1531604040107701007034
Binary1101011111000010000010001000111111000100000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,32); }

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

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

 a { background-color: rgb(107,112,32); }

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

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

 span { border-color: rgb(107,112,32); }

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