#68742C

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

Shades of Rain Forest #68742C

Tints of Rain Forest #68742C

Color information

#68742C (or 0x68742C) is unknown color: approx Rain Forest. HEX triplet: 68, 74 and 2C. RGB value is (104,116,44). Sum of RGB (Red+Green+Blue) = 104+116+44=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #68742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68742C is #978BD3. Grayscale: #686868. Windows color (decimal): -9931732 or 2913384. OLE color: 2913384.

HSL color Cylindrical-coordinate representation of color #68742C: hue angle of 70º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68742C is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB10411644-
CMYK0.1000.620.55
HSL70º45%31.37%-
HSV(B)70º62.07%45.49%-
XYZ12.4115.624.74-
YUV104.294.02127.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=39.39%
G=43.94%
B=16.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116440.1000.620.55704531.37
Hex68742CA03E37462d1f
Octal1501645412076671065537
Binary1101000111010010110010100111110110111100011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68742C; }

 p { color: rgb(104,116,44); }

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

<style>
 a { background-color: #68742C; }

 a { background-color: rgb(104,116,44); }

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

<style>
 span { border-color: #68742C; }

 span { border-color: rgb(104,116,44); }

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