#0D7755

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

Shades of Watercourse #0D7755

Tints of Watercourse #0D7755

Color information

#0D7755 (or 0x0D7755) is unknown color: approx Watercourse. HEX triplet: 0D, 77 and 55. RGB value is (13,119,85). Sum of RGB (Red+Green+Blue) = 13+119+85=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7755 is #F288AA. Grayscale: #535353. Windows color (decimal): -15894699 or 5601037. OLE color: 5601037.

HSL color Cylindrical-coordinate representation of color #0D7755: hue angle of 160.75º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7755 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1311985-
CMYK0.8900.290.53
HSL160.75º80.3%25.88%-
HSV(B)160.75º89.08%46.67%-
XYZ8.413.9410.84-
YUV83.43128.8877.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.99%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=5.99%
G=54.84%
B=39.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119850.8900.290.53160.7580.325.88
HexD77555901D35a1501a
Octal151671251310356524112032
Binary110111101111010101101100101110111010110100001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,119,85); }

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

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

 a { background-color: rgb(13,119,85); }

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

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

 span { border-color: rgb(13,119,85); }

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