#60752C

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

Shades of Rain Forest #60752C

Tints of Rain Forest #60752C

Color information

#60752C (or 0x60752C) is unknown color: approx Rain Forest. HEX triplet: 60, 75 and 2C. RGB value is (96,117,44). Sum of RGB (Red+Green+Blue) = 96+117+44=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #60752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60752C is #9F8AD3. Grayscale: #666666. Windows color (decimal): -10455764 or 2913632. OLE color: 2913632.

HSL color Cylindrical-coordinate representation of color #60752C: hue angle of 77.26º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60752C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB9611744-
CMYK0.1800.620.54
HSL77.26º45.34%31.57%-
HSV(B)77.26º62.39%45.88%-
XYZ11.6415.394.74-
YUV102.495.04123.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=37.35%
G=45.53%
B=17.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117440.1800.620.5477.2645.3431.57
Hex60752C1203E364d2d20
Octal1401655422076661155540
Binary110000011101011011001001001111101101101001101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,117,44); }

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

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

 a { background-color: rgb(96,117,44); }

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

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

 span { border-color: rgb(96,117,44); }

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