#0D7655

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

Shades of Watercourse #0D7655

Tints of Watercourse #0D7655

Color information

#0D7655 (or 0x0D7655) is unknown color: approx Watercourse. HEX triplet: 0D, 76 and 55. RGB value is (13,118,85). Sum of RGB (Red+Green+Blue) = 13+118+85=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7655 is #F289AA. Grayscale: #525252. Windows color (decimal): -15894955 or 5600781. OLE color: 5600781.

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

Color convert

RGB1311885-
CMYK0.8900.280.54
HSL161.14º80.15%25.69%-
HSV(B)161.14º88.98%46.27%-
XYZ8.2813.710.8-
YUV82.84129.2178.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.02%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=6.02%
G=54.63%
B=39.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13118850.8900.280.54161.1480.1525.69
HexD76555901C36a1501a
Octal151661251310346624112032
Binary110111101101010101101100101110011011010100001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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