#6C7128

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

Shades of Rain Forest #6C7128

Tints of Rain Forest #6C7128

Color information

#6C7128 (or 0x6C7128) is unknown color: approx Rain Forest. HEX triplet: 6C, 71 and 28. RGB value is (108,113,40). Sum of RGB (Red+Green+Blue) = 108+113+40=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7128 is #938ED7. Grayscale: #676767. Windows color (decimal): -9670360 or 2650476. OLE color: 2650476.

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

Color convert

RGB10811340-
CMYK0.0400.650.56
HSL64.11º47.71%30%-
HSV(B)64.11º64.6%44.31%-
XYZ12.4715.154.27-
YUV103.1892.34131.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.38%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 40 (16.02% from 255) = 15.33%
R=41.38%
G=43.30%
B=15.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108113400.0400.650.5664.1147.7130
Hex6C712840413840301e
Octal1541615040101701006036
Binary1101100111000110100010001000001111000100000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,113,40); }

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

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

 a { background-color: rgb(108,113,40); }

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

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

 span { border-color: rgb(108,113,40); }

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