#0A614D

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

Shades of Watercourse #0A614D

Tints of Watercourse #0A614D

Color information

#0A614D (or 0x0A614D) is unknown color: approx Watercourse. HEX triplet: 0A, 61 and 4D. RGB value is (10,97,77). Sum of RGB (Red+Green+Blue) = 10+97+77=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #0A614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A614D is #F59EB2. Grayscale: #444444. Windows color (decimal): -16096947 or 5071114. OLE color: 5071114.

HSL color Cylindrical-coordinate representation of color #0A614D: hue angle of 166.21º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A614D is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB109777-
CMYK0.9000.210.62
HSL166.21º81.31%20.98%-
HSV(B)166.21º89.69%38.04%-
XYZ5.749.158.48-
YUV68.71132.6886.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.43%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=5.43%
G=52.72%
B=41.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097770.9000.210.62166.2181.3120.98
HexA614D5A0153Ea65115
Octal121411151320257624612125
Binary101011000011001101101101001010111111010100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,97,77); }

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

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

 a { background-color: rgb(10,97,77); }

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

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

 span { border-color: rgb(10,97,77); }

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