Html Css Color HEX #0A6749 Watercourse

📋 copy color: '#0A6749'

red 10 ◦ green 103 ◦ blue 73

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

Shades of Watercourse #0A6749

Tints of Watercourse #0A6749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.38%

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

R = 5.38%
G = 55.38%
B = 39.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#0A6749 (or 0x0A6749) is known color: Watercourse. HEX triplet: 0A, 67 and 49. RGB value is (10,103,73). Sum of RGB (Red+Green+Blue) = 10+103+73=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6749 is #F598B6. Grayscale: #474747. Windows color (decimal): -16095415 or 4810506. OLE color: 4810506.

HSL color Cylindrical-coordinate representation of color #0A6749: hue angle of 160.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6749 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 103 73 -
CMYK 0.90 0 0.29 0.60
HSL 160.65º 0.82% 0.22% -
HSV(B) 160.65º 0.9% 0.4% -
XYZ 6.18 10.25 7.96 -
YUV 71.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 10 103 73 0.90 0 0.29 0.60 160.65 0.82 0.22
Hex A 67 49 5A 0 1D 3C A1 52 16
Octal 12 147 111 132 0 35 74 241 122 26
Binary 1010 1100111 1001001 1011010 0 11101 111100 10100001 1010010 10110

Color Harmonies of #0A6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6749

Black with #0A6749

Text Example


Text Example

White with #0A6749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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