Html Css Color HEX #0A6B49 Watercourse

📋 copy color: '#0A6B49'

red 10 ◦ green 107 ◦ blue 73

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

Shades of Watercourse #0A6B49

Tints of Watercourse #0A6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.32%

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

R = 5.26%
G = 56.32%
B = 38.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#0A6B49 (or 0x0A6B49) is known color: Watercourse. HEX triplet: 0A, 6B and 49. RGB value is (10,107,73). Sum of RGB (Red+Green+Blue) = 10+107+73=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6B49 is #F594B6. Grayscale: #4A4A4A. Windows color (decimal): -16094391 or 4811530. OLE color: 4811530.

HSL color Cylindrical-coordinate representation of color #0A6B49: hue angle of 158.97º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B49 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 107 73 -
CMYK 0.91 0 0.32 0.58
HSL 158.97º 0.83% 0.23% -
HSV(B) 158.97º 0.91% 0.42% -
XYZ 6.59 11.06 8.09 -
YUV 74.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 10 107 73 0.91 0 0.32 0.58 158.97 0.83 0.23
Hex A 6B 49 5B 0 20 3A 9F 53 17
Octal 12 153 111 133 0 40 72 237 123 27
Binary 1010 1101011 1001001 1011011 0 100000 111010 10011111 1010011 10111

Color Harmonies of #0A6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6B49

Black with #0A6B49

Text Example


Text Example

White with #0A6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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