#686E2F

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

Shades of Rain Forest #686E2F

Tints of Rain Forest #686E2F

Color information

#686E2F (or 0x686E2F) is unknown color: approx Rain Forest. HEX triplet: 68, 6E and 2F. RGB value is (104,110,47). Sum of RGB (Red+Green+Blue) = 104+110+47=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #686E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686E2F is #9791D0. Grayscale: #656565. Windows color (decimal): -9933265 or 3108456. OLE color: 3108456.

HSL color Cylindrical-coordinate representation of color #686E2F: hue angle of 65.71º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #686E2F is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB10411047-
CMYK0.0500.570.57
HSL65.71º40.13%30.78%-
HSV(B)65.71º57.27%43.14%-
XYZ11.814.34.83-
YUV101.0297.51130.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=39.85%
G=42.15%
B=18.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104110470.0500.570.5765.7140.1330.78
Hex686E2F50393942281f
Octal150156575071711025037
Binary110100011011101011111010111001111001100001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686E2F; }

 p { color: rgb(104,110,47); }

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

<style>
 a { background-color: #686E2F; }

 a { background-color: rgb(104,110,47); }

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

<style>
 span { border-color: #686E2F; }

 span { border-color: rgb(104,110,47); }

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