#0D705C

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

Shades of Tropical Rain Forest #0D705C

Tints of Tropical Rain Forest #0D705C

Color information

#0D705C (or 0x0D705C) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 70 and 5C. RGB value is (13,112,92). Sum of RGB (Red+Green+Blue) = 13+112+92=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #0D705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D705C is #F28FA3. Grayscale: #505050. Windows color (decimal): -15896484 or 6057997. OLE color: 6057997.

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

Color convert

RGB1311292-
CMYK0.8800.180.56
HSL167.88º79.2%24.51%-
HSV(B)167.88º88.39%43.92%-
XYZ7.8912.4512.11-
YUV80.12134.780.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.99%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=5.99%
G=51.61%
B=42.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13112920.8800.180.56167.8879.224.51
HexD705C5801238a84f19
Octal151601341300227025011731
Binary110111100001011100101100001001011100010101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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