#007150

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

Shades of Watercourse #007150

Tints of Watercourse #007150

Color information

#007150 (or 0x007150) is unknown color: approx Watercourse. HEX triplet: 00, 71 and 50. RGB value is (0,113,80). Sum of RGB (Red+Green+Blue) = 0+113+80=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #007150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007150 is #FF8EAF. Grayscale: #4B4B4B. Windows color (decimal): -16748208 or 5271808. OLE color: 5271808.

HSL color Cylindrical-coordinate representation of color #007150: hue angle of 162.48º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007150 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB011380-
CMYK100.290.56
HSL162.48º100%22.16%-
HSV(B)162.48º100%44.31%-
XYZ7.3512.399.59-
YUV75.45130.5674.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 58.55%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=0%
G=58.55%
B=41.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011380100.290.56162.4810022.16
Hex071506401D38a26416
Octal01611201440357024214426
Binary011100011010000110010001110111100010100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007150; }

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

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

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

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

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

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

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

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