#007950

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

Shades of Watercourse #007950

Tints of Watercourse #007950

Color information

#007950 (or 0x007950) is unknown color: approx Watercourse. HEX triplet: 00, 79 and 50. RGB value is (0,121,80). Sum of RGB (Red+Green+Blue) = 0+121+80=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #007950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007950 is #FF86AF. Grayscale: #505050. Windows color (decimal): -16746160 or 5273856. OLE color: 5273856.

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

Color convert

RGB012180-
CMYK100.340.53
HSL159.67º100%23.73%-
HSV(B)159.67º100%47.45%-
XYZ8.2914.259.9-
YUV80.15127.9170.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 121 (47.66% from 255) = 60.20%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=0%
G=60.20%
B=39.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012180100.340.53159.6710023.73
Hex079506402235a06418
Octal01711201440426524014430
Binary0111100110100001100100010001011010110100000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007950; }

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

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

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

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

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

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

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

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