#0A714A

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

Shades of Watercourse #0A714A

Tints of Watercourse #0A714A

Color information

#0A714A (or 0x0A714A) is unknown color: approx Watercourse. HEX triplet: 0A, 71 and 4A. RGB value is (10,113,74). Sum of RGB (Red+Green+Blue) = 10+113+74=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #0A714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A714A is #F58EB5. Grayscale: #4D4D4D. Windows color (decimal): -16092854 or 4878602. OLE color: 4878602.

HSL color Cylindrical-coordinate representation of color #0A714A: hue angle of 157.28º 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 #0A714A is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1011374-
CMYK0.9100.350.56
HSL157.28º83.74%24.12%-
HSV(B)157.28º91.15%44.31%-
XYZ7.2712.378.48-
YUV77.76125.8879.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.08%
GREEN value IS 113 (44.53% from 255) = 57.36%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=5.08%
G=57.36%
B=37.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113740.9100.350.56157.2883.7424.12
HexA714A5B023389d5418
Octal121611121330437023512430
Binary1010111000110010101011011010001111100010011101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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