#68782B

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

Shades of Rain Forest #68782B

Tints of Rain Forest #68782B

Color information

#68782B (or 0x68782B) is unknown color: approx Rain Forest. HEX triplet: 68, 78 and 2B. RGB value is (104,120,43). Sum of RGB (Red+Green+Blue) = 104+120+43=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #68782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68782B is #9787D4. Grayscale: #6A6A6A. Windows color (decimal): -9930709 or 2848872. OLE color: 2848872.

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

Color convert

RGB10412043-
CMYK0.1300.640.53
HSL72.47º47.24%31.96%-
HSV(B)72.47º64.17%47.06%-
XYZ12.8616.554.8-
YUV106.4492.2126.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=38.95%
G=44.94%
B=16.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104120430.1300.640.5372.4747.2431.96
Hex68782BD04035482f20
Octal15017053150100651105740
Binary110100011110001010111101010000001101011001000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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