#0D6850

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

Shades of Watercourse #0D6850

Tints of Watercourse #0D6850

Color information

#0D6850 (or 0x0D6850) is unknown color: approx Watercourse. HEX triplet: 0D, 68 and 50. RGB value is (13,104,80). Sum of RGB (Red+Green+Blue) = 13+104+80=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #0D6850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6850 is #F297AF. Grayscale: #4A4A4A. Windows color (decimal): -15898544 or 5269517. OLE color: 5269517.

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

Color convert

RGB1310480-
CMYK0.8800.230.59
HSL164.18º77.78%22.94%-
HSV(B)164.18º87.5%40.78%-
XYZ6.5610.579.28-
YUV74.05131.3584.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.60%
GREEN value IS 104 (41.02% from 255) = 52.79%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=6.60%
G=52.79%
B=40.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13104800.8800.230.59164.1877.7822.94
HexD6850580173Ba44e17
Octal151501201300277324411627
Binary110111010001010000101100001011111101110100100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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