#0D765E

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

Shades of Tropical Rain Forest #0D765E

Tints of Tropical Rain Forest #0D765E

Color information

#0D765E (or 0x0D765E) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 76 and 5E. RGB value is (13,118,94). Sum of RGB (Red+Green+Blue) = 13+118+94=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #0D765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D765E is #F289A1. Grayscale: #535353. Windows color (decimal): -15894946 or 6190605. OLE color: 6190605.

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

Color convert

RGB1311894-
CMYK0.8900.200.54
HSL166.29º80.15%25.69%-
HSV(B)166.29º88.98%46.27%-
XYZ8.6613.8512.81-
YUV83.87133.7177.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=5.78%
G=52.44%
B=41.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13118940.8900.200.54166.2980.1525.69
HexD765E5901436a6501a
Octal151661361310246624612032
Binary110111101101011110101100101010011011010100110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,118,94); }

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

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

 a { background-color: rgb(13,118,94); }

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

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

 span { border-color: rgb(13,118,94); }

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