#0A714E

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

Shades of Watercourse #0A714E

Tints of Watercourse #0A714E

Color information

#0A714E (or 0x0A714E) is unknown color: approx Watercourse. HEX triplet: 0A, 71 and 4E. RGB value is (10,113,78). Sum of RGB (Red+Green+Blue) = 10+113+78=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #0A714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A714E is #F58EB1. Grayscale: #4E4E4E. Windows color (decimal): -16092850 or 5140746. OLE color: 5140746.

HSL color Cylindrical-coordinate representation of color #0A714E: hue angle of 159.61º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A714E is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1011378-
CMYK0.9100.310.56
HSL159.61º83.74%24.12%-
HSV(B)159.61º91.15%44.31%-
XYZ7.4112.429.22-
YUV78.21127.8879.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=4.98%
G=56.22%
B=38.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113780.9100.310.56159.6183.7424.12
HexA714E5B01F38a05418
Octal121611161330377024012430
Binary101011100011001110101101101111111100010100000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,78); }

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

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

 a { background-color: rgb(10,113,78); }

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

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

 span { border-color: rgb(10,113,78); }

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