Html Css Color HEX #076049 Watercourse

📋 copy color: '#076049'

red 7 ◦ green 96 ◦ blue 73

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

Shades of Watercourse #076049

Tints of Watercourse #076049

RGB

 RED value IS 7 (3.13% from 255) = 3.98%

 GREEN value IS 96 (37.89% from 255) = 54.55%

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

R = 3.98%
G = 54.55%
B = 41.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#076049 (or 0x076049) is known color: Watercourse. HEX triplet: 07, 60 and 49. RGB value is (7,96,73). Sum of RGB (Red+Green+Blue) = 7+96+73=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #076049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076049 is #F89FB6. Grayscale: #424242. Windows color (decimal): -16293815 or 4808711. OLE color: 4808711.

HSL color Cylindrical-coordinate representation of color #076049: hue angle of 164.49º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076049 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 73 -
CMYK 0.93 0 0.24 0.62
HSL 164.49º 0.86% 0.2% -
HSV(B) 164.49º 0.93% 0.38% -
XYZ 5.47 8.89 7.73 -
YUV 66.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 7 96 73 0.93 0 0.24 0.62 164.49 0.86 0.2
Hex 7 60 49 5D 0 18 3E A4 56 14
Octal 7 140 111 135 0 30 76 244 126 24
Binary 111 1100000 1001001 1011101 0 11000 111110 10100100 1010110 10100

Color Harmonies of #076049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076049

Black with #076049

Text Example


Text Example

White with #076049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076049; }

 p { color: rgb(7,96,73); }

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

background-color css

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

 a { background-color: rgb(7,96,73); }

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

border-color css

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

 span { border-color: rgb(7,96,73); }

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