#0D755B

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

Shades of Tropical Rain Forest #0D755B

Tints of Tropical Rain Forest #0D755B

Color information

#0D755B (or 0x0D755B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 75 and 5B. RGB value is (13,117,91). Sum of RGB (Red+Green+Blue) = 13+117+91=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #0D755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D755B is #F28AA4. Grayscale: #525252. Windows color (decimal): -15895205 or 5993741. OLE color: 5993741.

HSL color Cylindrical-coordinate representation of color #0D755B: hue angle of 165º 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 #0D755B is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1311791-
CMYK0.8900.220.54
HSL165º80%25.49%-
HSV(B)165º88.89%45.88%-
XYZ8.4213.5612.07-
YUV82.94132.5478.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.88%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=5.88%
G=52.94%
B=41.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117910.8900.220.541658025.49
HexD755B5901636a55019
Octal151651331310266624512031
Binary110111101011011011101100101011011011010100101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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