Html Css Color HEX #076249 Watercourse

📋 copy color: '#076249'

red 7 ◦ green 98 ◦ blue 73

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

Shades of Watercourse #076249

Tints of Watercourse #076249

RGB

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

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

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

R = 3.93%
G = 55.06%
B = 41.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#076249 (or 0x076249) is known color: Watercourse. HEX triplet: 07, 62 and 49. RGB value is (7,98,73). Sum of RGB (Red+Green+Blue) = 7+98+73=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #076249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076249 is #F89DB6. Grayscale: #434343. Windows color (decimal): -16293303 or 4809223. OLE color: 4809223.

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

Color convert

RGB 7 98 73 -
CMYK 0.93 0 0.26 0.62
HSL 163.52º 0.87% 0.21% -
HSV(B) 163.52º 0.93% 0.38% -
XYZ 5.66 9.26 7.79 -
YUV 67.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 7 98 73 0.93 0 0.26 0.62 163.52 0.87 0.21
Hex 7 62 49 5D 0 1A 3E A4 57 15
Octal 7 142 111 135 0 32 76 244 127 25
Binary 111 1100010 1001001 1011101 0 11010 111110 10100100 1010111 10101

Color Harmonies of #076249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076249

Black with #076249

Text Example


Text Example

White with #076249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076249; }

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

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

background-color css

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

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

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

border-color css

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

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

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