#00714F

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

Shades of Watercourse #00714F

Tints of Watercourse #00714F

Color information

#00714F (or 0x00714F) is unknown color: approx Watercourse. HEX triplet: 00, 71 and 4F. RGB value is (0,113,79). Sum of RGB (Red+Green+Blue) = 0+113+79=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #00714F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00714F is #FF8EB0. Grayscale: #4B4B4B. Windows color (decimal): -16748209 or 5206272. OLE color: 5206272.

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

Color convert

RGB011379-
CMYK100.300.56
HSL161.95º100%22.16%-
HSV(B)161.95º100%44.31%-
XYZ7.3212.379.4-
YUV75.34130.0674.26-

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.85%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=0%
G=58.85%
B=41.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011379100.300.56161.9510022.16
Hex0714F6401E38a26416
Octal01611171440367024214426
Binary011100011001111110010001111011100010100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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