Html Css Color HEX #00764E Watercourse

📋 copy color: '#00764E'

red 0 ◦ green 118 ◦ blue 78

#00764E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #00764E

Tints of Watercourse #00764E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 118 (46.48% from 255) = 60.2%

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 0%
G = 60.2%
B = 39.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#00764E (or 0x00764E) is known color: 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

RGB 0 118 78 -
CMYK 1 0 0.34 0.54
HSL 159.66º 1% 0.23% -
HSV(B) 159.66º 1% 0.46% -
XYZ 7.85 13.51 9.4 -
YUV 78.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 0 118 78 1 0 0.34 0.54 159.66 1 0.23
Hex 0 76 4E 64 0 22 36 A0 64 17
Octal 0 166 116 144 0 42 66 240 144 27
Binary 0 1110110 1001110 1100100 0 100010 110110 10100000 1100100 10111

Color Harmonies of #00764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00764E

Black with #00764E

Text Example


Text Example

White with #00764E

Text Example


Text Example

HTML Codes & Css Web 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>