Html Css Color HEX #0A7149 Watercourse

📋 copy color: '#0A7149'

red 10 ◦ green 113 ◦ blue 73

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

Shades of Watercourse #0A7149

Tints of Watercourse #0A7149

RGB

 RED value IS 10 (4.3% from 255) = 5.1%

 GREEN value IS 113 (44.53% from 255) = 57.65%

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 5.1%
G = 57.65%
B = 37.24%

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

#0A7149 (or 0x0A7149) is known color: Watercourse. HEX triplet: 0A, 71 and 49. RGB value is (10,113,73). Sum of RGB (Red+Green+Blue) = 10+113+73=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7149 is #F58EB6. Grayscale: #4D4D4D. Windows color (decimal): -16092855 or 4813066. OLE color: 4813066.

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

Color convert

RGB 10 113 73 -
CMYK 0.91 0 0.35 0.56
HSL 156.7º 0.84% 0.24% -
HSV(B) 156.7º 0.91% 0.44% -
XYZ 7.23 12.36 8.31 -
YUV 77.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 10 113 73 0.91 0 0.35 0.56 156.7 0.84 0.24
Hex A 71 49 5B 0 23 38 9D 54 18
Octal 12 161 111 133 0 43 70 235 124 30
Binary 1010 1110001 1001001 1011011 0 100011 111000 10011101 1010100 11000

Color Harmonies of #0A7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7149

Black with #0A7149

Text Example


Text Example

White with #0A7149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A7149;
 }
 .AnyTagClassName
 {
   color: #0A7149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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