Html Css Color HEX #0A6949 Watercourse

📋 copy color: '#0A6949'

red 10 ◦ green 105 ◦ blue 73

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

Shades of Watercourse #0A6949

Tints of Watercourse #0A6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.85%

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

R = 5.32%
G = 55.85%
B = 38.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#0A6949 (or 0x0A6949) is known color: Watercourse. HEX triplet: 0A, 69 and 49. RGB value is (10,105,73). Sum of RGB (Red+Green+Blue) = 10+105+73=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6949 is #F596B6. Grayscale: #484848. Windows color (decimal): -16094903 or 4811018. OLE color: 4811018.

HSL color Cylindrical-coordinate representation of color #0A6949: hue angle of 159.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6949 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 105 73 -
CMYK 0.90 0 0.30 0.59
HSL 159.79º 0.83% 0.23% -
HSV(B) 159.79º 0.9% 0.41% -
XYZ 6.38 10.65 8.02 -
YUV 72.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 10 105 73 0.90 0 0.30 0.59 159.79 0.83 0.23
Hex A 69 49 5A 0 1E 3B A0 53 17
Octal 12 151 111 132 0 36 73 240 123 27
Binary 1010 1101001 1001001 1011010 0 11110 111011 10100000 1010011 10111

Color Harmonies of #0A6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6949

Black with #0A6949

Text Example


Text Example

White with #0A6949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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