#0A7049

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

Shades of Watercourse #0A7049

Tints of Watercourse #0A7049

Color information

#0A7049 (or 0x0A7049) is unknown color: approx Watercourse. HEX triplet: 0A, 70 and 49. RGB value is (10,112,73). Sum of RGB (Red+Green+Blue) = 10+112+73=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7049 is #F58FB6. Grayscale: #4D4D4D. Windows color (decimal): -16093111 or 4812810. OLE color: 4812810.

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

Color convert

RGB1011273-
CMYK0.9100.350.56
HSL157.06º83.61%23.92%-
HSV(B)157.06º91.07%43.92%-
XYZ7.1212.138.27-
YUV77.06125.7180.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=5.13%
G=57.44%
B=37.44%

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
Decimal10112730.9100.350.56157.0683.6123.92
HexA70495B023389d5418
Octal121601111330437023512430
Binary1010111000010010011011011010001111100010011101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,112,73); }

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

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

 a { background-color: rgb(10,112,73); }

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

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

 span { border-color: rgb(10,112,73); }

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