#0D7160

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

Shades of Tropical Rain Forest #0D7160

Tints of Tropical Rain Forest #0D7160

Color information

#0D7160 (or 0x0D7160) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 71 and 60. RGB value is (13,113,96). Sum of RGB (Red+Green+Blue) = 13+113+96=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7160 is #F28E9F. Grayscale: #515151. Windows color (decimal): -15896224 or 6320397. OLE color: 6320397.

HSL color Cylindrical-coordinate representation of color #0D7160: hue angle of 169.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7160 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1311396-
CMYK0.8800.150.56
HSL169.8º79.37%24.71%-
HSV(B)169.8º88.5%44.31%-
XYZ8.1812.7413.09-
YUV81.16136.3779.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.86%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=5.86%
G=50.90%
B=43.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13113960.8800.150.56169.879.3724.71
HexD7160580F38aa4f19
Octal151611401300177025211731
Binary11011110001110000010110000111111100010101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,113,96); }

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

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

 a { background-color: rgb(13,113,96); }

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

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

 span { border-color: rgb(13,113,96); }

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