Html Css Color HEX #00764B Watercourse

📋 copy color: '#00764B'

red 0 ◦ green 118 ◦ blue 75

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

Shades of Watercourse #00764B

Tints of Watercourse #00764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 0%
G = 61.14%
B = 38.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#00764B (or 0x00764B) is known color: Watercourse. HEX triplet: 00, 76 and 4B. RGB value is (0,118,75). Sum of RGB (Red+Green+Blue) = 0+118+75=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #00764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00764B is #FF89B4. Grayscale: #4D4D4D. Windows color (decimal): -16746933 or 4945408. OLE color: 4945408.

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

Color convert

RGB 0 118 75 -
CMYK 1 0 0.36 0.54
HSL 158.14º 1% 0.23% -
HSV(B) 158.14º 1% 0.46% -
XYZ 7.75 13.46 8.85 -
YUV 77.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 0 118 75 1 0 0.36 0.54 158.14 1 0.23
Hex 0 76 4B 64 0 24 36 9E 64 17
Octal 0 166 113 144 0 44 66 236 144 27
Binary 0 1110110 1001011 1100100 0 100100 110110 10011110 1100100 10111

Color Harmonies of #00764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00764B

Black with #00764B

Text Example


Text Example

White with #00764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00764B;
 }
 .AnyTagClassName
 {
   color: #00764B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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