#68712b

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

Shades of Rain Forest #68712B

Tints of Rain Forest #68712B

Color information

#68712B (or 0x68712B) is unknown color: approx Rain Forest. HEX triplet: 68, 71 and 2B. RGB value is (104,113,43). Sum of RGB (Red+Green+Blue) = 104+113+43=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #68712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68712B is #978ED4. Grayscale: #666666. Windows color (decimal): -9932501 or 2847080. OLE color: 2847080.

HSL color Cylindrical-coordinate representation of color #68712B: hue angle of 67.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68712B is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB10411343-
CMYK0.0800.620.56
HSL67.71º44.87%30.59%-
HSV(B)67.71º61.95%44.31%-
XYZ12.0514.934.53-
YUV102.3394.52129.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=40%
G=43.46%
B=16.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113430.0800.620.5667.7144.8730.59
Hex68712B803E38442d1f
Octal1501615310076701045537
Binary1101000111000110101110000111110111000100010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68712b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68712b; }

 p { color: rgb(104,113,43); }

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

<style>
 a { background-color: #68712b; }

 a { background-color: rgb(104,113,43); }

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

<style>
 span { border-color: #68712b; }

 span { border-color: rgb(104,113,43); }

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