Html Css Color HEX #077446 Watercourse

📋 copy color: '#077446'

red 7 ◦ green 116 ◦ blue 70

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

Shades of Watercourse #077446

Tints of Watercourse #077446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.1%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 3.63%
G = 60.1%
B = 36.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#077446 (or 0x077446) is known color: Watercourse. HEX triplet: 07, 74 and 46. RGB value is (7,116,70). Sum of RGB (Red+Green+Blue) = 7+116+70=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #077446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077446 is #F88BB9. Grayscale: #4E4E4E. Windows color (decimal): -16288698 or 4617223. OLE color: 4617223.

HSL color Cylindrical-coordinate representation of color #077446: hue angle of 154.68º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077446 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 70 -
CMYK 0.94 0 0.40 0.55
HSL 154.68º 0.89% 0.24% -
HSV(B) 154.68º 0.94% 0.45% -
XYZ 7.44 12.98 7.91 -
YUV 78.17 123.39 77.24 -
System Red Green Blue C M Y K H S L
Decimal 7 116 70 0.94 0 0.40 0.55 154.68 0.89 0.24
Hex 7 74 46 5E 0 28 37 9B 59 18
Octal 7 164 106 136 0 50 67 233 131 30
Binary 111 1110100 1000110 1011110 0 101000 110111 10011011 1011001 11000

Color Harmonies of #077446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077446

Black with #077446

Text Example


Text Example

White with #077446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077446; }

 p { color: rgb(7,116,70); }

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

background-color css

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

 a { background-color: rgb(7,116,70); }

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

border-color css

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

 span { border-color: rgb(7,116,70); }

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