#0D7150

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

Shades of Watercourse #0D7150

Tints of Watercourse #0D7150

Color information

#0D7150 (or 0x0D7150) is unknown color: approx Watercourse. HEX triplet: 0D, 71 and 50. RGB value is (13,113,80). Sum of RGB (Red+Green+Blue) = 13+113+80=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7150 is #F28EAF. Grayscale: #4F4F4F. Windows color (decimal): -15896240 or 5271821. OLE color: 5271821.

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

Color convert

RGB1311380-
CMYK0.8800.290.56
HSL160.2º79.37%24.71%-
HSV(B)160.2º88.5%44.31%-
XYZ7.5212.489.6-
YUV79.34128.3780.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=6.31%
G=54.85%
B=38.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13113800.8800.290.56160.279.3724.71
HexD71505801D38a04f19
Octal151611201300357024011731
Binary110111100011010000101100001110111100010100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,113,80); }

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

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

 a { background-color: rgb(13,113,80); }

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

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

 span { border-color: rgb(13,113,80); }

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