Html Css Color HEX #00774B Watercourse

📋 copy color: '#00774B'

red 0 ◦ green 119 ◦ blue 75

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

Shades of Watercourse #00774B

Tints of Watercourse #00774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.34%

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

R = 0%
G = 61.34%
B = 38.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#00774B (or 0x00774B) is known color: Watercourse. HEX triplet: 00, 77 and 4B. RGB value is (0,119,75). Sum of RGB (Red+Green+Blue) = 0+119+75=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #00774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00774B is #FF88B4. Grayscale: #4E4E4E. Windows color (decimal): -16746677 or 4945664. OLE color: 4945664.

HSL color Cylindrical-coordinate representation of color #00774B: hue angle of 157.82º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00774B is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 75 -
CMYK 1 0 0.37 0.53
HSL 157.82º 1% 0.23% -
HSV(B) 157.82º 1% 0.47% -
XYZ 7.87 13.7 8.89 -
YUV 78.4 126.08 72.08 -
System Red Green Blue C M Y K H S L
Decimal 0 119 75 1 0 0.37 0.53 157.82 1 0.23
Hex 0 77 4B 64 0 25 35 9E 64 17
Octal 0 167 113 144 0 45 65 236 144 27
Binary 0 1110111 1001011 1100100 0 100101 110101 10011110 1100100 10111

Color Harmonies of #00774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00774B

Black with #00774B

Text Example


Text Example

White with #00774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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