#00764D

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

Shades of Watercourse #00764D

Tints of Watercourse #00764D

Color information

#00764D (or 0x00764D) is unknown color: approx Watercourse. HEX triplet: 00, 76 and 4D. RGB value is (0,118,77). Sum of RGB (Red+Green+Blue) = 0+118+77=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #00764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00764D is #FF89B2. Grayscale: #4E4E4E. Windows color (decimal): -16746931 or 5076480. OLE color: 5076480.

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

Color convert

RGB011877-
CMYK100.350.54
HSL159.15º100%23.14%-
HSV(B)159.15º100%46.27%-
XYZ7.8213.499.21-
YUV78.04127.4172.33-

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.51%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=0%
G=60.51%
B=39.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011877100.350.54159.1510023.14
Hex0764D64023369f6417
Octal01661151440436623714427
Binary0111011010011011100100010001111011010011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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