#687331

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

Shades of Rain Forest #687331

Tints of Rain Forest #687331

Color information

#687331 (or 0x687331) is unknown color: approx Rain Forest. HEX triplet: 68, 73 and 31. RGB value is (104,115,49). Sum of RGB (Red+Green+Blue) = 104+115+49=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #687331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687331 is #978CCE. Grayscale: #686868. Windows color (decimal): -9931983 or 3240808. OLE color: 3240808.

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

Color convert

RGB10411549-
CMYK0.1000.570.55
HSL70º40.24%32.16%-
HSV(B)70º57.39%45.1%-
XYZ12.3915.435.23-
YUV104.1996.86127.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=38.81%
G=42.91%
B=18.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115490.1000.570.557040.2432.16
Hex687331A03937462820
Octal1501636112071671065040
Binary11010001110011110001101001110011101111000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687331; }

 p { color: rgb(104,115,49); }

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

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

 a { background-color: rgb(104,115,49); }

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

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

 span { border-color: rgb(104,115,49); }

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