#0D6E5A

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

Shades of Tropical Rain Forest #0D6E5A

Tints of Tropical Rain Forest #0D6E5A

Color information

#0D6E5A (or 0x0D6E5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 6E and 5A. RGB value is (13,110,90). Sum of RGB (Red+Green+Blue) = 13+110+90=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 110 (43.36% from 255 or 51.64% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 110 - color contains mainly: green. Hex color #0D6E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6E5A is #F291A5. Grayscale: #4E4E4E. Windows color (decimal): -15896998 or 5926413. OLE color: 5926413.

HSL color Cylindrical-coordinate representation of color #0D6E5A: hue angle of 167.63º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6E5A is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB1311090-
CMYK0.8800.180.57
HSL167.63º78.86%24.12%-
HSV(B)167.63º88.18%43.14%-
XYZ7.5911.9811.58-
YUV78.72134.3681.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 110 (43.36% from 255) = 51.64%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=6.10%
G=51.64%
B=42.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal13110900.8800.180.57167.6378.8624.12
HexD6E5A5801239a84f18
Octal151561321300227125011730
Binary110111011101011010101100001001011100110101000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,110,90); }

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

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

 a { background-color: rgb(13,110,90); }

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

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

 span { border-color: rgb(13,110,90); }

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