Html Css Color HEX #076E47 Watercourse

📋 copy color: '#076E47'

red 7 ◦ green 110 ◦ blue 71

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

Shades of Watercourse #076E47

Tints of Watercourse #076E47

RGB

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

 GREEN value IS 110 (43.36% from 255) = 58.51%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 3.72%
G = 58.51%
B = 37.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#076E47 (or 0x076E47) is known color: Watercourse. HEX triplet: 07, 6E and 47. RGB value is (7,110,71). Sum of RGB (Red+Green+Blue) = 7+110+71=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 110 (43.36% from 255 or 58.51% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 110 - color contains mainly: green. Hex color #076E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076E47 is #F891B8. Grayscale: #4A4A4A. Windows color (decimal): -16290233 or 4681223. OLE color: 4681223.

HSL color Cylindrical-coordinate representation of color #076E47: hue angle of 157.28º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E47 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 110 71 -
CMYK 0.94 0 0.35 0.57
HSL 157.28º 0.88% 0.23% -
HSV(B) 157.28º 0.94% 0.43% -
XYZ 6.8 11.65 7.85 -
YUV 74.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 7 110 71 0.94 0 0.35 0.57 157.28 0.88 0.23
Hex 7 6E 47 5E 0 23 39 9D 58 17
Octal 7 156 107 136 0 43 71 235 130 27
Binary 111 1101110 1000111 1011110 0 100011 111001 10011101 1011000 10111

Color Harmonies of #076E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076E47

Black with #076E47

Text Example


Text Example

White with #076E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076E47; }

 p { color: rgb(7,110,71); }

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

background-color css

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

 a { background-color: rgb(7,110,71); }

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

border-color css

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

 span { border-color: rgb(7,110,71); }

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