#0F6D53

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

Shades of Watercourse #0F6D53

Tints of Watercourse #0F6D53

Color information

#0F6D53 (or 0x0F6D53) is unknown color: approx Watercourse. HEX triplet: 0F, 6D and 53. RGB value is (15,109,83). Sum of RGB (Red+Green+Blue) = 15+109+83=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6D53 is #F092AC. Grayscale: #4D4D4D. Windows color (decimal): -15766189 or 5467407. OLE color: 5467407.

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

Color convert

RGB1510983-
CMYK0.8600.240.57
HSL163.4º75.81%24.31%-
HSV(B)163.4º86.24%42.75%-
XYZ7.2311.6610.05-
YUV77.93130.8683.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.25%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=7.25%
G=52.66%
B=40.10%

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
Decimal15109830.8600.240.57163.475.8124.31
HexF6D535601839a34c18
Octal171551231260307124311430
Binary111111011011010011101011001100011100110100011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,109,83); }

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

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

 a { background-color: rgb(15,109,83); }

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

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

 span { border-color: rgb(15,109,83); }

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