#0F6E5A

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

Shades of Tropical Rain Forest #0F6E5A

Tints of Tropical Rain Forest #0F6E5A

Color information

#0F6E5A (or 0x0F6E5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0F, 6E and 5A. RGB value is (15,110,90). Sum of RGB (Red+Green+Blue) = 15+110+90=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6E5A is #F091A5. Grayscale: #4F4F4F. Windows color (decimal): -15765926 or 5926415. OLE color: 5926415.

HSL color Cylindrical-coordinate representation of color #0F6E5A: hue angle of 167.37º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6E5A is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB1511090-
CMYK0.8600.180.57
HSL167.37º76%24.51%-
HSV(B)167.37º86.36%43.14%-
XYZ7.6211.9911.59-
YUV79.32134.0382.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 110 (43.36% from 255) = 51.16%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=6.98%
G=51.16%
B=41.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110900.8600.180.57167.377624.51
HexF6E5A5601239a74c19
Octal171561321260227124711431
Binary111111011101011010101011001001011100110100111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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