#0A614A

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

Shades of Watercourse #0A614A

Tints of Watercourse #0A614A

Color information

#0A614A (or 0x0A614A) is unknown color: approx Watercourse. HEX triplet: 0A, 61 and 4A. RGB value is (10,97,74). Sum of RGB (Red+Green+Blue) = 10+97+74=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #0A614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A614A is #F59EB5. Grayscale: #444444. Windows color (decimal): -16096950 or 4874506. OLE color: 4874506.

HSL color Cylindrical-coordinate representation of color #0A614A: hue angle of 164.14º 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 #0A614A is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB109774-
CMYK0.9000.240.62
HSL164.14º81.31%20.98%-
HSV(B)164.14º89.69%38.04%-
XYZ5.649.117.94-
YUV68.37131.1886.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.52%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=5.52%
G=53.59%
B=40.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097740.9000.240.62164.1481.3120.98
HexA614A5A0183Ea45115
Octal121411121320307624412125
Binary101011000011001010101101001100011111010100100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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