Html Css Color HEX #0A7049 Watercourse

📋 copy color: '#0A7049'

red 10 ◦ green 112 ◦ blue 73

#0A7049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0A7049

Tints of Watercourse #0A7049

RGB

 RED value IS 10 (4.3% 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 value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#0A7049 (or 0x0A7049) is known color: 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

RGB 10 112 73 -
CMYK 0.91 0 0.35 0.56
HSL 157.06º 0.84% 0.24% -
HSV(B) 157.06º 0.91% 0.44% -
XYZ 7.12 12.13 8.27 -
YUV 77.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 10 112 73 0.91 0 0.35 0.56 157.06 0.84 0.24
Hex A 70 49 5B 0 23 38 9D 54 18
Octal 12 160 111 133 0 43 70 235 124 30
Binary 1010 1110000 1001001 1011011 0 100011 111000 10011101 1010100 11000

Color Harmonies of #0A7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7049

Black with #0A7049

Text Example


Text Example

White with #0A7049

Text Example


Text Example

HTML Codes & Css Web 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>