Html Css Color HEX #00704F Watercourse

📋 copy color: '#00704F'

red 0 ◦ green 112 ◦ blue 79

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

Shades of Watercourse #00704F

Tints of Watercourse #00704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 0%
G = 58.64%
B = 41.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#00704F (or 0x00704F) is known color: Watercourse. HEX triplet: 00, 70 and 4F. RGB value is (0,112,79). Sum of RGB (Red+Green+Blue) = 0+112+79=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #00704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00704F is #FF8FB0. Grayscale: #4A4A4A. Windows color (decimal): -16748465 or 5206016. OLE color: 5206016.

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

Color convert

RGB 0 112 79 -
CMYK 1 0 0.29 0.56
HSL 162.32º 1% 0.22% -
HSV(B) 162.32º 1% 0.44% -
XYZ 7.21 12.15 9.36 -
YUV 74.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 0 112 79 1 0 0.29 0.56 162.32 1 0.22
Hex 0 70 4F 64 0 1D 38 A2 64 16
Octal 0 160 117 144 0 35 70 242 144 26
Binary 0 1110000 1001111 1100100 0 11101 111000 10100010 1100100 10110

Color Harmonies of #00704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00704F

Black with #00704F

Text Example


Text Example

White with #00704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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