#68782F

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

Shades of Rain Forest #68782F

Tints of Rain Forest #68782F

Color information

#68782F (or 0x68782F) is unknown color: approx Rain Forest. HEX triplet: 68, 78 and 2F. RGB value is (104,120,47). Sum of RGB (Red+Green+Blue) = 104+120+47=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #68782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68782F is #9787D0. Grayscale: #6B6B6B. Windows color (decimal): -9930705 or 3111016. OLE color: 3111016.

HSL color Cylindrical-coordinate representation of color #68782F: hue angle of 73.15º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68782F is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB10412047-
CMYK0.1300.610.53
HSL73.15º43.71%32.75%-
HSV(B)73.15º60.83%47.06%-
XYZ12.9416.585.21-
YUV106.8994.2125.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=38.38%
G=44.28%
B=17.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104120470.1300.610.5373.1543.7132.75
Hex68782FD03D35492c21
Octal1501705715075651115441
Binary11010001111000101111110101111011101011001001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68782F; }

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

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

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

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

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

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

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

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