#0D7658

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

Shades of Tropical Rain Forest #0D7658

Tints of Tropical Rain Forest #0D7658

Color information

#0D7658 (or 0x0D7658) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 76 and 58. RGB value is (13,118,88). Sum of RGB (Red+Green+Blue) = 13+118+88=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7658 is #F289A7. Grayscale: #535353. Windows color (decimal): -15894952 or 5797389. OLE color: 5797389.

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

Color convert

RGB1311888-
CMYK0.8900.250.54
HSL162.86º80.15%25.69%-
HSV(B)162.86º88.98%46.27%-
XYZ8.4113.7511.44-
YUV83.18130.7177.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.94%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=5.94%
G=53.88%
B=40.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13118880.8900.250.54162.8680.1525.69
HexD76585901936a3501a
Octal151661301310316624312032
Binary110111101101011000101100101100111011010100011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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