#0F6C59

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

Shades of Tropical Rain Forest #0F6C59

Tints of Tropical Rain Forest #0F6C59

Color information

#0F6C59 (or 0x0F6C59) is unknown color: approx Tropical Rain Forest. HEX triplet: 0F, 6C and 59. RGB value is (15,108,89). Sum of RGB (Red+Green+Blue) = 15+108+89=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C59 is #F093A6. Grayscale: #4E4E4E. Windows color (decimal): -15766439 or 5860367. OLE color: 5860367.

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

Color convert

RGB1510889-
CMYK0.8600.180.58
HSL167.74º75.61%24.12%-
HSV(B)167.74º86.11%42.35%-
XYZ7.3611.5511.29-
YUV78.03134.1983.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.08%
GREEN value IS 108 (42.58% from 255) = 50.94%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=7.08%
G=50.94%
B=41.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15108890.8600.180.58167.7475.6124.12
HexF6C59560123Aa84c18
Octal171541311260227225011430
Binary111111011001011001101011001001011101010101000100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,108,89); }

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

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

 a { background-color: rgb(15,108,89); }

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

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

 span { border-color: rgb(15,108,89); }

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