#00764E

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

Shades of Watercourse #00764E

Tints of Watercourse #00764E

Color information

#00764E (or 0x00764E) is unknown color: approx Watercourse. HEX triplet: 00, 76 and 4E. RGB value is (0,118,78). Sum of RGB (Red+Green+Blue) = 0+118+78=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #00764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00764E is #FF89B1. Grayscale: #4E4E4E. Windows color (decimal): -16746930 or 5142016. OLE color: 5142016.

HSL color Cylindrical-coordinate representation of color #00764E: hue angle of 159.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00764E is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB011878-
CMYK100.340.54
HSL159.66º100%23.14%-
HSV(B)159.66º100%46.27%-
XYZ7.8513.519.4-
YUV78.16127.9172.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 78 (30.86% 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.54
SystemRedGreenBlueCMYKHSL
Decimal011878100.340.54159.6610023.14
Hex0764E6402236a06417
Octal01661161440426624014427
Binary0111011010011101100100010001011011010100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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