#00714E

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

Shades of Watercourse #00714E

Tints of Watercourse #00714E

Color information

#00714E (or 0x00714E) is unknown color: approx Watercourse. HEX triplet: 00, 71 and 4E. RGB value is (0,113,78). Sum of RGB (Red+Green+Blue) = 0+113+78=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #00714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00714E is #FF8EB1. Grayscale: #4B4B4B. Windows color (decimal): -16748210 or 5140736. OLE color: 5140736.

HSL color Cylindrical-coordinate representation of color #00714E: hue angle of 161.42º 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 #00714E is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB011378-
CMYK100.310.56
HSL161.42º100%22.16%-
HSV(B)161.42º100%44.31%-
XYZ7.2812.369.21-
YUV75.22129.5674.35-

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) = 59.16%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=0%
G=59.16%
B=40.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011378100.310.56161.4210022.16
Hex0714E6401F38a16416
Octal01611161440377024114426
Binary011100011001110110010001111111100010100001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00714E; }

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

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

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

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

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

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

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

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