#0D6851

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

Shades of Watercourse #0D6851

Tints of Watercourse #0D6851

Color information

#0D6851 (or 0x0D6851) is unknown color: approx Watercourse. HEX triplet: 0D, 68 and 51. RGB value is (13,104,81). Sum of RGB (Red+Green+Blue) = 13+104+81=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #0D6851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6851 is #F297AE. Grayscale: #4A4A4A. Windows color (decimal): -15898543 or 5335053. OLE color: 5335053.

HSL color Cylindrical-coordinate representation of color #0D6851: hue angle of 164.84º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6851 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1310481-
CMYK0.8800.220.59
HSL164.84º77.78%22.94%-
HSV(B)164.84º87.5%40.78%-
XYZ6.610.589.48-
YUV74.17131.8584.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.57%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=6.57%
G=52.53%
B=40.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13104810.8800.220.59164.8477.7822.94
HexD6851580163Ba54e17
Octal151501211300267324511627
Binary110111010001010001101100001011011101110100101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,104,81); }

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

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

 a { background-color: rgb(13,104,81); }

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

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

 span { border-color: rgb(13,104,81); }

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