#10614E

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

Shades of Watercourse #10614E

Tints of Watercourse #10614E

Color information

#10614E (or 0x10614E) is unknown color: approx Watercourse. HEX triplet: 10, 61 and 4E. RGB value is (16,97,78). Sum of RGB (Red+Green+Blue) = 16+97+78=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #10614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10614E is #EF9EB1. Grayscale: #464646. Windows color (decimal): -15703730 or 5136656. OLE color: 5136656.

HSL color Cylindrical-coordinate representation of color #10614E: hue angle of 165.93º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10614E is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB169778-
CMYK0.8400.200.62
HSL165.93º71.68%22.16%-
HSV(B)165.93º83.51%38.04%-
XYZ5.869.218.68-
YUV70.61132.1689.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=8.38%
G=50.79%
B=40.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697780.8400.200.62165.9371.6822.16
Hex10614E540143Ea64816
Octal201411161240247624611026
Binary1000011000011001110101010001010011111010100110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10614E; }

 p { color: rgb(16,97,78); }

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

<style>
 a { background-color: #10614E; }

 a { background-color: rgb(16,97,78); }

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

<style>
 span { border-color: #10614E; }

 span { border-color: rgb(16,97,78); }

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