#077950

Color #077950 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #077950

Tints of Watercourse #077950

Color information

#077950 (or 0x077950) is unknown color: approx Watercourse. HEX triplet: 07, 79 and 50. RGB value is (7,121,80). Sum of RGB (Red+Green+Blue) = 7+121+80=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #077950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077950 is #F886AF. Grayscale: #525252. Windows color (decimal): -16287408 or 5273863. OLE color: 5273863.

HSL color Cylindrical-coordinate representation of color #077950: hue angle of 158.42º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077950 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB712180-
CMYK0.9400.340.53
HSL158.42º89.06%25.1%-
HSV(B)158.42º94.21%47.45%-
XYZ8.3714.39.91-
YUV82.24126.7374.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 121 (47.66% from 255) = 58.17%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=3.37%
G=58.17%
B=38.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7121800.9400.340.53158.4289.0625.1
Hex779505E022359e5919
Octal71711201360426523613131
Binary111111100110100001011110010001011010110011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077950; }

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

 H1.HeaderClassName
 {
   color: #077950;
 }
 .AnyTagClassName
 {
   color: #077950;
 }
</style>
background-color css

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

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

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

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

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

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