#68792A

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

Shades of Rain Forest #68792A

Tints of Rain Forest #68792A

Color information

#68792A (or 0x68792A) is unknown color: approx Rain Forest. HEX triplet: 68, 79 and 2A. RGB value is (104,121,42). Sum of RGB (Red+Green+Blue) = 104+121+42=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #68792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68792A is #9786D5. Grayscale: #6B6B6B. Windows color (decimal): -9930454 or 2783592. OLE color: 2783592.

HSL color Cylindrical-coordinate representation of color #68792A: hue angle of 72.91º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68792A is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB10412142-
CMYK0.1400.650.53
HSL72.91º48.47%31.96%-
HSV(B)72.91º65.29%47.45%-
XYZ12.9616.784.75-
YUV106.9191.37125.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=38.95%
G=45.32%
B=15.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104121420.1400.650.5372.9148.4731.96
Hex68792AE04135493020
Octal15017152160101651116040
Binary110100011110011010101110010000011101011001001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68792A; }

 p { color: rgb(104,121,42); }

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

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

 a { background-color: rgb(104,121,42); }

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

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

 span { border-color: rgb(104,121,42); }

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