#0F6E52

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

Shades of Watercourse #0F6E52

Tints of Watercourse #0F6E52

Color information

#0F6E52 (or 0x0F6E52) is unknown color: approx Watercourse. HEX triplet: 0F, 6E and 52. RGB value is (15,110,82). Sum of RGB (Red+Green+Blue) = 15+110+82=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6E52 is #F091AD. Grayscale: #4E4E4E. Windows color (decimal): -15765934 or 5402127. OLE color: 5402127.

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

Color convert

RGB1511082-
CMYK0.8600.250.57
HSL162.32º76%24.51%-
HSV(B)162.32º86.36%43.14%-
XYZ7.311.869.89-
YUV78.4130.0382.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.25%
GREEN value IS 110 (43.36% from 255) = 53.14%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=7.25%
G=53.14%
B=39.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110820.8600.250.57162.327624.51
HexF6E525601939a24c19
Octal171561221260317124211431
Binary111111011101010010101011001100111100110100010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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