#0A7560

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

Shades of Tropical Rain Forest #0A7560

Tints of Tropical Rain Forest #0A7560

Color information

#0A7560 (or 0x0A7560) is unknown color: approx Tropical Rain Forest. HEX triplet: 0A, 75 and 60. RGB value is (10,117,96). Sum of RGB (Red+Green+Blue) = 10+117+96=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7560 is #F58A9F. Grayscale: #525252. Windows color (decimal): -16091808 or 6321418. OLE color: 6321418.

HSL color Cylindrical-coordinate representation of color #0A7560: hue angle of 168.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7560 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1011796-
CMYK0.9100.180.54
HSL168.22º84.25%24.9%-
HSV(B)168.22º91.45%45.88%-
XYZ8.613.6313.24-
YUV82.61135.5576.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 117 (46.09% from 255) = 52.47%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=4.48%
G=52.47%
B=43.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117960.9100.180.54168.2284.2524.9
HexA75605B01236a85419
Octal121651401330226625012431
Binary101011101011100000101101101001011011010101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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