#0A614F

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

Shades of Watercourse #0A614F

Tints of Watercourse #0A614F

Color information

#0A614F (or 0x0A614F) is unknown color: approx Watercourse. HEX triplet: 0A, 61 and 4F. RGB value is (10,97,79). Sum of RGB (Red+Green+Blue) = 10+97+79=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #0A614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A614F is #F59EB0. Grayscale: #444444. Windows color (decimal): -16096945 or 5202186. OLE color: 5202186.

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

Color convert

RGB109779-
CMYK0.9000.190.62
HSL167.59º81.31%20.98%-
HSV(B)167.59º89.69%38.04%-
XYZ5.819.188.86-
YUV68.94133.6885.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 97 (38.28% from 255) = 52.15%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=5.38%
G=52.15%
B=42.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097790.9000.190.62167.5981.3120.98
HexA614F5A0133Ea85115
Octal121411171320237625012125
Binary101011000011001111101101001001111111010101000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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