#0f6f5e

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

Shades of Tropical Rain Forest #0F6F5E

Tints of Tropical Rain Forest #0F6F5E

Color information

#0F6F5E (or 0x0F6F5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 0F, 6F and 5E. RGB value is (15,111,94). Sum of RGB (Red+Green+Blue) = 15+111+94=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F5E is #F090A1. Grayscale: #505050. Windows color (decimal): -15765666 or 6188815. OLE color: 6188815.

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

Color convert

RGB1511194-
CMYK0.8600.150.56
HSL169.38º76.19%24.71%-
HSV(B)169.38º86.49%43.53%-
XYZ7.912.2812.54-
YUV80.36135.781.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 111 (43.75% from 255) = 50.45%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=6.82%
G=50.45%
B=42.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15111940.8600.150.56169.3876.1924.71
HexF6F5E560F38a94c19
Octal171571361260177025111431
Binary11111101111101111010101100111111100010101001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,111,94); }

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

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

 a { background-color: rgb(15,111,94); }

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

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

 span { border-color: rgb(15,111,94); }

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