Html Css Color HEX #077346 Watercourse

📋 copy color: '#077346'

red 7 ◦ green 115 ◦ blue 70

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

Shades of Watercourse #077346

Tints of Watercourse #077346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.9%

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

R = 3.65%
G = 59.9%
B = 36.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#077346 (or 0x077346) is known color: Watercourse. HEX triplet: 07, 73 and 46. RGB value is (7,115,70). Sum of RGB (Red+Green+Blue) = 7+115+70=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #077346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077346 is #F88CB9. Grayscale: #4D4D4D. Windows color (decimal): -16288954 or 4616967. OLE color: 4616967.

HSL color Cylindrical-coordinate representation of color #077346: hue angle of 155º 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 #077346 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 115 70 -
CMYK 0.94 0 0.39 0.55
HSL 155º 0.89% 0.24% -
HSV(B) 155º 0.94% 0.45% -
XYZ 7.32 12.75 7.87 -
YUV 77.58 123.72 77.66 -
System Red Green Blue C M Y K H S L
Decimal 7 115 70 0.94 0 0.39 0.55 155 0.89 0.24
Hex 7 73 46 5E 0 27 37 9B 59 18
Octal 7 163 106 136 0 47 67 233 131 30
Binary 111 1110011 1000110 1011110 0 100111 110111 10011011 1011001 11000

Color Harmonies of #077346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077346

Black with #077346

Text Example


Text Example

White with #077346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077346; }

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

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

background-color css

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

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

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

border-color css

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

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

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