#6B7028

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

Shades of Rain Forest #6B7028

Tints of Rain Forest #6B7028

Color information

#6B7028 (or 0x6B7028) is unknown color: approx Rain Forest. HEX triplet: 6B, 70 and 28. RGB value is (107,112,40). Sum of RGB (Red+Green+Blue) = 107+112+40=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7028 is #948FD7. Grayscale: #666666. Windows color (decimal): -9736152 or 2650219. OLE color: 2650219.

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

Color convert

RGB10711240-
CMYK0.0400.640.56
HSL64.17º47.37%29.8%-
HSV(B)64.17º64.29%43.92%-
XYZ12.2414.874.23-
YUV102.392.84131.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.31%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=41.31%
G=43.24%
B=15.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112400.0400.640.5664.1747.3729.8
Hex6B7028404038402f1e
Octal1531605040100701005736
Binary1101011111000010100010001000000111000100000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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