#68772C

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

Shades of Rain Forest #68772C

Tints of Rain Forest #68772C

Color information

#68772C (or 0x68772C) is unknown color: approx Rain Forest. HEX triplet: 68, 77 and 2C. RGB value is (104,119,44). Sum of RGB (Red+Green+Blue) = 104+119+44=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #68772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68772C is #9788D3. Grayscale: #6A6A6A. Windows color (decimal): -9930964 or 2914152. OLE color: 2914152.

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

Color convert

RGB10411944-
CMYK0.1300.630.53
HSL72º46.01%31.96%-
HSV(B)72º63.03%46.67%-
XYZ12.7616.324.86-
YUV105.9693.03126.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=38.95%
G=44.57%
B=16.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104119440.1300.630.537246.0131.96
Hex68772CD03F35482e20
Octal1501675415077651105640
Binary11010001110111101100110101111111101011001000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68772C; }

 p { color: rgb(104,119,44); }

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

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

 a { background-color: rgb(104,119,44); }

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

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

 span { border-color: rgb(104,119,44); }

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