Html Css Color HEX #077046 Watercourse

📋 copy color: '#077046'

red 7 ◦ green 112 ◦ blue 70

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

Shades of Watercourse #077046

Tints of Watercourse #077046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.26%

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

R = 3.7%
G = 59.26%
B = 37.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#077046 (or 0x077046) is known color: Watercourse. HEX triplet: 07, 70 and 46. RGB value is (7,112,70). Sum of RGB (Red+Green+Blue) = 7+112+70=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #077046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077046 is #F88FB9. Grayscale: #4B4B4B. Windows color (decimal): -16289722 or 4616199. OLE color: 4616199.

HSL color Cylindrical-coordinate representation of color #077046: hue angle of 156º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077046 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 70 -
CMYK 0.94 0 0.38 0.56
HSL 156º 0.88% 0.23% -
HSV(B) 156º 0.94% 0.44% -
XYZ 6.99 12.08 7.76 -
YUV 75.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 7 112 70 0.94 0 0.38 0.56 156 0.88 0.23
Hex 7 70 46 5E 0 26 38 9C 58 17
Octal 7 160 106 136 0 46 70 234 130 27
Binary 111 1110000 1000110 1011110 0 100110 111000 10011100 1011000 10111

Color Harmonies of #077046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077046

Black with #077046

Text Example


Text Example

White with #077046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077046; }

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

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

background-color css

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

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

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

border-color css

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

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

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