#0F705A

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

Shades of Tropical Rain Forest #0F705A

Tints of Tropical Rain Forest #0F705A

Color information

#0F705A (or 0x0F705A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0F, 70 and 5A. RGB value is (15,112,90). Sum of RGB (Red+Green+Blue) = 15+112+90=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #0F705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F705A is #F08FA5. Grayscale: #505050. Windows color (decimal): -15765414 or 5926927. OLE color: 5926927.

HSL color Cylindrical-coordinate representation of color #0F705A: hue angle of 166.39º 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 #0F705A is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1511290-
CMYK0.8700.200.56
HSL166.39º76.38%24.9%-
HSV(B)166.39º86.61%43.92%-
XYZ7.8412.4311.66-
YUV80.49133.3681.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=6.91%
G=51.61%
B=41.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15112900.8700.200.56166.3976.3824.9
HexF705A5701438a64c19
Octal171601321270247024611431
Binary111111100001011010101011101010011100010100110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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