Html Css Color HEX #077350 Watercourse

📋 copy color: '#077350'

red 7 ◦ green 115 ◦ blue 80

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

Shades of Watercourse #077350

Tints of Watercourse #077350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 3.47%
G = 56.93%
B = 39.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#077350 (or 0x077350) is known color: Watercourse. HEX triplet: 07, 73 and 50. RGB value is (7,115,80). Sum of RGB (Red+Green+Blue) = 7+115+80=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #077350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077350 is #F88CAF. Grayscale: #4E4E4E. Windows color (decimal): -16288944 or 5272327. OLE color: 5272327.

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

Color convert

RGB 7 115 80 -
CMYK 0.94 0 0.30 0.55
HSL 160.56º 0.89% 0.24% -
HSV(B) 160.56º 0.94% 0.45% -
XYZ 7.67 12.89 9.67 -
YUV 78.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 7 115 80 0.94 0 0.30 0.55 160.56 0.89 0.24
Hex 7 73 50 5E 0 1E 37 A1 59 18
Octal 7 163 120 136 0 36 67 241 131 30
Binary 111 1110011 1010000 1011110 0 11110 110111 10100001 1011001 11000

Color Harmonies of #077350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077350

Black with #077350

Text Example


Text Example

White with #077350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077350; }

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

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

background-color css

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

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

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

border-color css

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

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

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