Html Css Color HEX #0A6249 Watercourse

📋 copy color: '#0A6249'

red 10 ◦ green 98 ◦ blue 73

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

Shades of Watercourse #0A6249

Tints of Watercourse #0A6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.14%

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

R = 5.52%
G = 54.14%
B = 40.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#0A6249 (or 0x0A6249) is known color: Watercourse. HEX triplet: 0A, 62 and 49. RGB value is (10,98,73). Sum of RGB (Red+Green+Blue) = 10+98+73=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #0A6249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6249 is #F59DB6. Grayscale: #444444. Windows color (decimal): -16096695 or 4809226. OLE color: 4809226.

HSL color Cylindrical-coordinate representation of color #0A6249: hue angle of 162.95º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6249 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 98 73 -
CMYK 0.90 0 0.26 0.62
HSL 162.95º 0.81% 0.21% -
HSV(B) 162.95º 0.9% 0.38% -
XYZ 5.7 9.28 7.79 -
YUV 68.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 10 98 73 0.90 0 0.26 0.62 162.95 0.81 0.21
Hex A 62 49 5A 0 1A 3E A3 51 15
Octal 12 142 111 132 0 32 76 243 121 25
Binary 1010 1100010 1001001 1011010 0 11010 111110 10100011 1010001 10101

Color Harmonies of #0A6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6249

Black with #0A6249

Text Example


Text Example

White with #0A6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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