#0A785C

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

Shades of Tropical Rain Forest #0A785C

Tints of Tropical Rain Forest #0A785C

Color information

#0A785C (or 0x0A785C) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 78 and 5C. RGB value is (10,120,92). Sum of RGB (Red+Green+Blue) = 10+120+92=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #0A785C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A785C is #F587A3. Grayscale: #535353. Windows color (decimal): -16091044 or 6060042. OLE color: 6060042.

HSL color Cylindrical-coordinate representation of color #0A785C: hue angle of 164.73º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A785C is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1012092-
CMYK0.9200.230.53
HSL164.73º84.62%25.49%-
HSV(B)164.73º91.67%47.06%-
XYZ8.7714.2712.42-
YUV83.92132.5675.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.50%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=4.50%
G=54.05%
B=41.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120920.9200.230.53164.7384.6225.49
HexA785C5C01735a55519
Octal121701341340276524512531
Binary101011110001011100101110001011111010110100101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A785C; }

 p { color: rgb(10,120,92); }

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

<style>
 a { background-color: #0A785C; }

 a { background-color: rgb(10,120,92); }

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

<style>
 span { border-color: #0A785C; }

 span { border-color: rgb(10,120,92); }

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