#0E6850

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

Shades of Watercourse #0E6850

Tints of Watercourse #0E6850

Color information

#0E6850 (or 0x0E6850) is unknown color: approx Watercourse. HEX triplet: 0E, 68 and 50. RGB value is (14,104,80). Sum of RGB (Red+Green+Blue) = 14+104+80=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #0E6850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6850 is #F197AF. Grayscale: #4A4A4A. Windows color (decimal): -15833008 or 5269518. OLE color: 5269518.

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

Color convert

RGB1410480-
CMYK0.8700.230.59
HSL164º76.27%23.14%-
HSV(B)164º86.54%40.78%-
XYZ6.5810.579.28-
YUV74.35131.1884.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.07%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=7.07%
G=52.53%
B=40.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal14104800.8700.230.5916476.2723.14
HexE6850570173Ba44c17
Octal161501201270277324411427
Binary111011010001010000101011101011111101110100100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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