Html Css Color HEX #00704D Watercourse

📋 copy color: '#00704D'

red 0 ◦ green 112 ◦ blue 77

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

Shades of Watercourse #00704D

Tints of Watercourse #00704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.26%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 0%
G = 59.26%
B = 40.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#00704D (or 0x00704D) is known color: Watercourse. HEX triplet: 00, 70 and 4D. RGB value is (0,112,77). Sum of RGB (Red+Green+Blue) = 0+112+77=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #00704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00704D is #FF8FB2. Grayscale: #4A4A4A. Windows color (decimal): -16748467 or 5074944. OLE color: 5074944.

HSL color Cylindrical-coordinate representation of color #00704D: hue angle of 161.25º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00704D is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 77 -
CMYK 1 0 0.31 0.56
HSL 161.25º 1% 0.22% -
HSV(B) 161.25º 1% 0.44% -
XYZ 7.13 12.12 8.99 -
YUV 74.52 129.39 74.85 -
System Red Green Blue C M Y K H S L
Decimal 0 112 77 1 0 0.31 0.56 161.25 1 0.22
Hex 0 70 4D 64 0 1F 38 A1 64 16
Octal 0 160 115 144 0 37 70 241 144 26
Binary 0 1110000 1001101 1100100 0 11111 111000 10100001 1100100 10110

Color Harmonies of #00704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00704D

Black with #00704D

Text Example


Text Example

White with #00704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00704D;
 }
 .AnyTagClassName
 {
   color: #00704D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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