#00764F

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

Shades of Watercourse #00764F

Tints of Watercourse #00764F

Color information

#00764F (or 0x00764F) is unknown color: approx Watercourse. HEX triplet: 00, 76 and 4F. RGB value is (0,118,79). Sum of RGB (Red+Green+Blue) = 0+118+79=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #00764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00764F is #FF89B0. Grayscale: #4E4E4E. Windows color (decimal): -16746929 or 5207552. OLE color: 5207552.

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

Color convert

RGB011879-
CMYK100.330.54
HSL160.17º100%23.14%-
HSV(B)160.17º100%46.27%-
XYZ7.8913.529.59-
YUV78.27128.4172.17-

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) = 59.90%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=0%
G=59.90%
B=40.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011879100.330.54160.1710023.14
Hex0764F6402136a06417
Octal01661171440416624014427
Binary0111011010011111100100010000111011010100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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