#0F6F54

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

Shades of Watercourse #0F6F54

Tints of Watercourse #0F6F54

Color information

#0F6F54 (or 0x0F6F54) is unknown color: approx Watercourse. HEX triplet: 0F, 6F and 54. RGB value is (15,111,84). Sum of RGB (Red+Green+Blue) = 15+111+84=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F54 is #F090AB. Grayscale: #4F4F4F. Windows color (decimal): -15765676 or 5533455. OLE color: 5533455.

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

Color convert

RGB1511184-
CMYK0.8600.240.56
HSL163.12º76.19%24.71%-
HSV(B)163.12º86.49%43.53%-
XYZ7.4812.1110.33-
YUV79.22130.782.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.14%
GREEN value IS 111 (43.75% from 255) = 52.86%
BLUE value IS 84 (33.20% from 255) = 40%
R=7.14%
G=52.86%
B=40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15111840.8600.240.56163.1276.1924.71
HexF6F545601838a34c19
Octal171571241260307024311431
Binary111111011111010100101011001100011100010100011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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