#60782A

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

Shades of Rain Forest #60782A

Tints of Rain Forest #60782A

Color information

#60782A (or 0x60782A) is unknown color: approx Rain Forest. HEX triplet: 60, 78 and 2A. RGB value is (96,120,42). Sum of RGB (Red+Green+Blue) = 96+120+42=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #60782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60782A is #9F87D5. Grayscale: #686868. Windows color (decimal): -10454998 or 2783328. OLE color: 2783328.

HSL color Cylindrical-coordinate representation of color #60782A: hue angle of 78.46º 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 #60782A is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB9612042-
CMYK0.200.650.53
HSL78.46º48.15%31.76%-
HSV(B)78.46º65%47.06%-
XYZ11.9616.094.67-
YUV103.9393.05122.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 42 (16.80% from 255) = 16.28%
R=37.21%
G=46.51%
B=16.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120420.200.650.5378.4648.1531.76
Hex60782A14041354e3020
Octal14017052240101651166040
Binary1100000111100010101010100010000011101011001110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,120,42); }

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

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

 a { background-color: rgb(96,120,42); }

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

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

 span { border-color: rgb(96,120,42); }

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