#68702E

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

Shades of Rain Forest #68702E

Tints of Rain Forest #68702E

Color information

#68702E (or 0x68702E) is unknown color: approx Rain Forest. HEX triplet: 68, 70 and 2E. RGB value is (104,112,46). Sum of RGB (Red+Green+Blue) = 104+112+46=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #68702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68702E is #978FD1. Grayscale: #666666. Windows color (decimal): -9932754 or 3043432. OLE color: 3043432.

HSL color Cylindrical-coordinate representation of color #68702E: hue angle of 67.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68702E is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB10411246-
CMYK0.0700.590.56
HSL67.27º41.77%30.98%-
HSV(B)67.27º58.93%43.92%-
XYZ1214.734.8-
YUV102.0896.35129.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=39.69%
G=42.75%
B=17.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112460.0700.590.5667.2741.7730.98
Hex68702E703B38432a1f
Octal150160567073701035237
Binary110100011100001011101110111011111000100001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68702E; }

 p { color: rgb(104,112,46); }

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

<style>
 a { background-color: #68702E; }

 a { background-color: rgb(104,112,46); }

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

<style>
 span { border-color: #68702E; }

 span { border-color: rgb(104,112,46); }

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