#0F705B

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

Shades of Tropical Rain Forest #0F705B

Tints of Tropical Rain Forest #0F705B

Color information

#0F705B (or 0x0F705B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0F, 70 and 5B. RGB value is (15,112,91). Sum of RGB (Red+Green+Blue) = 15+112+91=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #0F705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F705B is #F08FA4. Grayscale: #505050. Windows color (decimal): -15765413 or 5992463. OLE color: 5992463.

HSL color Cylindrical-coordinate representation of color #0F705B: hue angle of 167.01º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F705B is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1511291-
CMYK0.8700.190.56
HSL167.01º76.38%24.9%-
HSV(B)167.01º86.61%43.92%-
XYZ7.8812.4511.88-
YUV80.6133.8681.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=6.88%
G=51.38%
B=41.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15112910.8700.190.56167.0176.3824.9
HexF705B5701338a74c19
Octal171601331270237024711431
Binary111111100001011011101011101001111100010100111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,112,91); }

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

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

 a { background-color: rgb(15,112,91); }

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

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

 span { border-color: rgb(15,112,91); }

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