Html Css Color HEX #077356 Watercourse

📋 copy color: '#077356'

red 7 ◦ green 115 ◦ blue 86

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

Shades of Watercourse #077356

Tints of Watercourse #077356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 3.37%
G = 55.29%
B = 41.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#077356 (or 0x077356) is known color: Watercourse. HEX triplet: 07, 73 and 56. RGB value is (7,115,86). Sum of RGB (Red+Green+Blue) = 7+115+86=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #077356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077356 is #F88CA9. Grayscale: #4F4F4F. Windows color (decimal): -16288938 or 5665543. OLE color: 5665543.

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

Color convert

RGB 7 115 86 -
CMYK 0.94 0 0.25 0.55
HSL 163.89º 0.89% 0.24% -
HSV(B) 163.89º 0.94% 0.45% -
XYZ 7.9 12.98 10.89 -
YUV 79.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 7 115 86 0.94 0 0.25 0.55 163.89 0.89 0.24
Hex 7 73 56 5E 0 19 37 A4 59 18
Octal 7 163 126 136 0 31 67 244 131 30
Binary 111 1110011 1010110 1011110 0 11001 110111 10100100 1011001 11000

Color Harmonies of #077356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077356

Black with #077356

Text Example


Text Example

White with #077356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077356; }

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

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

background-color css

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

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

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

border-color css

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

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

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