#0D7561

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

Shades of Tropical Rain Forest #0D7561

Tints of Tropical Rain Forest #0D7561

Color information

#0D7561 (or 0x0D7561) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 75 and 61. RGB value is (13,117,97). Sum of RGB (Red+Green+Blue) = 13+117+97=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7561 is #F28A9E. Grayscale: #535353. Windows color (decimal): -15895199 or 6386957. OLE color: 6386957.

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

Color convert

RGB1311797-
CMYK0.8900.170.54
HSL168.46º80%25.49%-
HSV(B)168.46º88.89%45.88%-
XYZ8.6813.6713.49-
YUV83.62135.5477.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=5.73%
G=51.54%
B=42.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117970.8900.170.54168.468025.49
HexD75615901136a85019
Octal151651411310216625012031
Binary110111101011100001101100101000111011010101000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,97); }

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

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

 a { background-color: rgb(13,117,97); }

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

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

 span { border-color: rgb(13,117,97); }

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