Html Css Color HEX #00734F Watercourse

📋 copy color: '#00734F'

red 0 ◦ green 115 ◦ blue 79

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

Shades of Watercourse #00734F

Tints of Watercourse #00734F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.28%

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

R = 0%
G = 59.28%
B = 40.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#00734F (or 0x00734F) is known color: Watercourse. HEX triplet: 00, 73 and 4F. RGB value is (0,115,79). Sum of RGB (Red+Green+Blue) = 0+115+79=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #00734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00734F is #FF8CB0. Grayscale: #4C4C4C. Windows color (decimal): -16747697 or 5206784. OLE color: 5206784.

HSL color Cylindrical-coordinate representation of color #00734F: hue angle of 161.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00734F is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 79 -
CMYK 1 0 0.31 0.55
HSL 161.22º 1% 0.23% -
HSV(B) 161.22º 1% 0.45% -
XYZ 7.54 12.83 9.48 -
YUV 76.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 0 115 79 1 0 0.31 0.55 161.22 1 0.23
Hex 0 73 4F 64 0 1F 37 A1 64 17
Octal 0 163 117 144 0 37 67 241 144 27
Binary 0 1110011 1001111 1100100 0 11111 110111 10100001 1100100 10111

Color Harmonies of #00734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00734F

Black with #00734F

Text Example


Text Example

White with #00734F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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