#687130

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

Shades of Rain Forest #687130

Tints of Rain Forest #687130

Color information

#687130 (or 0x687130) is unknown color: approx Rain Forest. HEX triplet: 68, 71 and 30. RGB value is (104,113,48). Sum of RGB (Red+Green+Blue) = 104+113+48=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #687130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687130 is #978ECF. Grayscale: #676767. Windows color (decimal): -9932496 or 3174760. OLE color: 3174760.

HSL color Cylindrical-coordinate representation of color #687130: hue angle of 68.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #687130 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB10411348-
CMYK0.0800.580.56
HSL68.31º40.37%31.57%-
HSV(B)68.31º57.52%44.31%-
XYZ12.1514.975.04-
YUV102.997.02128.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=39.25%
G=42.64%
B=18.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113480.0800.580.5668.3140.3731.57
Hex687130803A38442820
Octal1501616010072701045040
Binary11010001110001110000100001110101110001000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687130; }

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

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

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

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

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

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

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

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