#6B7026

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

Shades of Rain Forest #6B7026

Tints of Rain Forest #6B7026

Color information

#6B7026 (or 0x6B7026) is unknown color: approx Rain Forest. HEX triplet: 6B, 70 and 26. RGB value is (107,112,38). Sum of RGB (Red+Green+Blue) = 107+112+38=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7026 is #948FD9. Grayscale: #666666. Windows color (decimal): -9736154 or 2519147. OLE color: 2519147.

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

Color convert

RGB10711238-
CMYK0.0400.660.56
HSL64.05º49.33%29.41%-
HSV(B)64.05º66.07%43.92%-
XYZ12.2114.854.06-
YUV102.0791.84131.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=41.63%
G=43.58%
B=14.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112380.0400.660.5664.0549.3329.41
Hex6B702640423840311d
Octal1531604640102701006135
Binary1101011111000010011010001000010111000100000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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