Html Css Color HEX #076E54 Watercourse

📋 copy color: '#076E54'

red 7 ◦ green 110 ◦ blue 84

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

Shades of Watercourse #076E54

Tints of Watercourse #076E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 3.48%
G = 54.73%
B = 41.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#076E54 (or 0x076E54) is known color: Watercourse. HEX triplet: 07, 6E and 54. RGB value is (7,110,84). Sum of RGB (Red+Green+Blue) = 7+110+84=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 110 (43.36% from 255 or 54.73% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 110 - color contains mainly: green. Hex color #076E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E54 is #F891AB. Grayscale: #4C4C4C. Windows color (decimal): -16290220 or 5533191. OLE color: 5533191.

HSL color Cylindrical-coordinate representation of color #076E54: hue angle of 164.85º 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 #076E54 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 110 84 -
CMYK 0.94 0 0.24 0.57
HSL 164.85º 0.88% 0.23% -
HSV(B) 164.85º 0.94% 0.43% -
XYZ 7.26 11.84 10.29 -
YUV 76.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 7 110 84 0.94 0 0.24 0.57 164.85 0.88 0.23
Hex 7 6E 54 5E 0 18 39 A5 58 17
Octal 7 156 124 136 0 30 71 245 130 27
Binary 111 1101110 1010100 1011110 0 11000 111001 10100101 1011000 10111

Color Harmonies of #076E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076E54

Black with #076E54

Text Example


Text Example

White with #076E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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