#0E6654

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

Shades of Watercourse #0E6654

Tints of Watercourse #0E6654

Color information

#0E6654 (or 0x0E6654) is unknown color: approx Watercourse. HEX triplet: 0E, 66 and 54. RGB value is (14,102,84). Sum of RGB (Red+Green+Blue) = 14+102+84=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6654 is #F199AB. Grayscale: #494949. Windows color (decimal): -15833516 or 5531150. OLE color: 5531150.

HSL color Cylindrical-coordinate representation of color #0E6654: hue angle of 167.73º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6654 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB1410284-
CMYK0.8600.180.6
HSL167.73º75.86%22.75%-
HSV(B)167.73º86.27%40%-
XYZ6.5310.2410.02-
YUV73.64133.8585.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7%
GREEN value IS 102 (40.23% from 255) = 51%
BLUE value IS 84 (33.20% from 255) = 42%
R=7%
G=51%
B=42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal14102840.8600.180.6167.7375.8622.75
HexE6654560123Ca84c17
Octal161461241260227425011427
Binary111011001101010100101011001001011110010101000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,102,84); }

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

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

 a { background-color: rgb(14,102,84); }

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

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

 span { border-color: rgb(14,102,84); }

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