#0F715C

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

Shades of Tropical Rain Forest #0F715C

Tints of Tropical Rain Forest #0F715C

Color information

#0F715C (or 0x0F715C) is unknown color: approx Tropical Rain Forest. HEX triplet: 0F, 71 and 5C. RGB value is (15,113,92). Sum of RGB (Red+Green+Blue) = 15+113+92=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #0F715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F715C is #F08EA3. Grayscale: #515151. Windows color (decimal): -15765156 or 6058255. OLE color: 6058255.

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

Color convert

RGB1511392-
CMYK0.8700.190.56
HSL167.14º76.56%25.1%-
HSV(B)167.14º86.73%44.31%-
XYZ8.0312.6812.15-
YUV81.3134.0380.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 113 (44.53% from 255) = 51.36%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=6.82%
G=51.36%
B=41.82%

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
Decimal15113920.8700.190.56167.1476.5625.1
HexF715C5701338a74d19
Octal171611341270237024711531
Binary111111100011011100101011101001111100010100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,113,92); }

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

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

 a { background-color: rgb(15,113,92); }

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

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

 span { border-color: rgb(15,113,92); }

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