#0A724F

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

Shades of Watercourse #0A724F

Tints of Watercourse #0A724F

Color information

#0A724F (or 0x0A724F) is unknown color: approx Watercourse. HEX triplet: 0A, 72 and 4F. RGB value is (10,114,79). Sum of RGB (Red+Green+Blue) = 10+114+79=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #0A724F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A724F is #F58DB0. Grayscale: #4E4E4E. Windows color (decimal): -16092593 or 5206538. OLE color: 5206538.

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

Color convert

RGB1011479-
CMYK0.9100.310.55
HSL159.81º83.87%24.31%-
HSV(B)159.81º91.23%44.71%-
XYZ7.5512.669.44-
YUV78.91128.0478.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=4.93%
G=56.16%
B=38.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10114790.9100.310.55159.8183.8724.31
HexA724F5B01F37a05418
Octal121621171330376724012430
Binary101011100101001111101101101111111011110100000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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