#00714A

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

Shades of Watercourse #00714A

Tints of Watercourse #00714A

Color information

#00714A (or 0x00714A) is unknown color: approx Watercourse. HEX triplet: 00, 71 and 4A. RGB value is (0,113,74). Sum of RGB (Red+Green+Blue) = 0+113+74=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #00714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00714A is #FF8EB5. Grayscale: #4A4A4A. Windows color (decimal): -16748214 or 4878592. OLE color: 4878592.

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

Color convert

RGB011374-
CMYK100.350.56
HSL159.29º100%22.16%-
HSV(B)159.29º100%44.31%-
XYZ7.1412.38.48-
YUV74.77127.5674.67-

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) = 60.43%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=0%
G=60.43%
B=39.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011374100.350.56159.2910022.16
Hex0714A64023389f6416
Octal01611121440437023714426
Binary0111000110010101100100010001111100010011111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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