#0D775D

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

Shades of Tropical Rain Forest #0D775D

Tints of Tropical Rain Forest #0D775D

Color information

#0D775D (or 0x0D775D) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 77 and 5D. RGB value is (13,119,93). Sum of RGB (Red+Green+Blue) = 13+119+93=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #0D775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D775D is #F288A2. Grayscale: #545454. Windows color (decimal): -15894691 or 6125325. OLE color: 6125325.

HSL color Cylindrical-coordinate representation of color #0D775D: hue angle of 165.28º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D775D is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1311993-
CMYK0.8900.220.53
HSL165.28º80.3%25.88%-
HSV(B)165.28º89.08%46.67%-
XYZ8.7414.0712.61-
YUV84.34132.8877.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=5.78%
G=52.89%
B=41.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119930.8900.220.53165.2880.325.88
HexD775D5901635a5501a
Octal151671351310266524512032
Binary110111101111011101101100101011011010110100101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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