#0D7057

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

Shades of Watercourse #0D7057

Tints of Watercourse #0D7057

Color information

#0D7057 (or 0x0D7057) is unknown color: approx Watercourse. HEX triplet: 0D, 70 and 57. RGB value is (13,112,87). Sum of RGB (Red+Green+Blue) = 13+112+87=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7057 is #F28FA8. Grayscale: #4F4F4F. Windows color (decimal): -15896489 or 5730317. OLE color: 5730317.

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

Color convert

RGB1311287-
CMYK0.8800.220.56
HSL164.85º79.2%24.51%-
HSV(B)164.85º88.39%43.92%-
XYZ7.6812.3611-
YUV79.55132.280.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=6.13%
G=52.83%
B=41.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13112870.8800.220.56164.8579.224.51
HexD70575801638a54f19
Octal151601271300267024511731
Binary110111100001010111101100001011011100010100101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,112,87); }

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

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

 a { background-color: rgb(13,112,87); }

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

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

 span { border-color: rgb(13,112,87); }

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