#0F6E54

Color #0F6E54 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #0F6E54

Tints of Watercourse #0F6E54

Color information

#0F6E54 (or 0x0F6E54) is unknown color: approx Watercourse. HEX triplet: 0F, 6E and 54. RGB value is (15,110,84). Sum of RGB (Red+Green+Blue) = 15+110+84=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6E54 is #F091AB. Grayscale: #4E4E4E. Windows color (decimal): -15765932 or 5533199. OLE color: 5533199.

HSL color Cylindrical-coordinate representation of color #0F6E54: hue angle of 163.58º 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 #0F6E54 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB1511084-
CMYK0.8600.240.57
HSL163.58º76%24.51%-
HSV(B)163.58º86.36%43.14%-
XYZ7.3711.8910.29-
YUV78.63131.0382.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 110 (43.36% from 255) = 52.63%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=7.18%
G=52.63%
B=40.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110840.8600.240.57163.587624.51
HexF6E545601839a44c19
Octal171561241260307124411431
Binary111111011101010100101011001100011100110100100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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