#0A724A

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

Shades of Watercourse #0A724A

Tints of Watercourse #0A724A

Color information

#0A724A (or 0x0A724A) is unknown color: approx Watercourse. HEX triplet: 0A, 72 and 4A. RGB value is (10,114,74). Sum of RGB (Red+Green+Blue) = 10+114+74=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #0A724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A724A is #F58DB5. Grayscale: #4E4E4E. Windows color (decimal): -16092598 or 4878858. OLE color: 4878858.

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

Color convert

RGB1011474-
CMYK0.9100.350.55
HSL156.92º83.87%24.31%-
HSV(B)156.92º91.23%44.71%-
XYZ7.3812.598.52-
YUV78.34125.5479.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.05%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=5.05%
G=57.58%
B=37.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10114740.9100.350.55156.9283.8724.31
HexA724A5B023379d5418
Octal121621121330436723512430
Binary1010111001010010101011011010001111011110011101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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