#0D7660

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

Shades of Tropical Rain Forest #0D7660

Tints of Tropical Rain Forest #0D7660

Color information

#0D7660 (or 0x0D7660) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 76 and 60. RGB value is (13,118,96). Sum of RGB (Red+Green+Blue) = 13+118+96=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7660 is #F2899F. Grayscale: #545454. Windows color (decimal): -15894944 or 6321677. OLE color: 6321677.

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

Color convert

RGB1311896-
CMYK0.8900.190.54
HSL167.43º80.15%25.69%-
HSV(B)167.43º88.98%46.27%-
XYZ8.7613.8913.29-
YUV84.1134.7177.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=5.73%
G=51.98%
B=42.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13118960.8900.190.54167.4380.1525.69
HexD76605901336a7501a
Octal151661401310236624712032
Binary110111101101100000101100101001111011010100111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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