#0D705D

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

Shades of Tropical Rain Forest #0D705D

Tints of Tropical Rain Forest #0D705D

Color information

#0D705D (or 0x0D705D) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 70 and 5D. RGB value is (13,112,93). Sum of RGB (Red+Green+Blue) = 13+112+93=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #0D705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D705D is #F28FA2. Grayscale: #505050. Windows color (decimal): -15896483 or 6123533. OLE color: 6123533.

HSL color Cylindrical-coordinate representation of color #0D705D: hue angle of 168.48º 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 #0D705D is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1311293-
CMYK0.8800.170.56
HSL168.48º79.2%24.51%-
HSV(B)168.48º88.39%43.92%-
XYZ7.9412.4612.34-
YUV80.23135.280.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.96%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=5.96%
G=51.38%
B=42.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13112930.8800.170.56168.4879.224.51
HexD705D5801138a84f19
Octal151601351300217025011731
Binary110111100001011101101100001000111100010101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,112,93); }

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

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

 a { background-color: rgb(13,112,93); }

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

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

 span { border-color: rgb(13,112,93); }

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