Html Css Color HEX #00724A Watercourse

📋 copy color: '#00724A'

red 0 ◦ green 114 ◦ blue 74

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

Shades of Watercourse #00724A

Tints of Watercourse #00724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.64%

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 0%
G = 60.64%
B = 39.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#00724A (or 0x00724A) is known color: Watercourse. HEX triplet: 00, 72 and 4A. RGB value is (0,114,74). Sum of RGB (Red+Green+Blue) = 0+114+74=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #00724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00724A is #FF8DB5. Grayscale: #4B4B4B. Windows color (decimal): -16747958 or 4878848. OLE color: 4878848.

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

Color convert

RGB 0 114 74 -
CMYK 1 0 0.35 0.55
HSL 158.95º 1% 0.22% -
HSV(B) 158.95º 1% 0.45% -
XYZ 7.25 12.53 8.51 -
YUV 75.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 0 114 74 1 0 0.35 0.55 158.95 1 0.22
Hex 0 72 4A 64 0 23 37 9F 64 16
Octal 0 162 112 144 0 43 67 237 144 26
Binary 0 1110010 1001010 1100100 0 100011 110111 10011111 1100100 10110

Color Harmonies of #00724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00724A

Black with #00724A

Text Example


Text Example

White with #00724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00724A; }

 p { color: rgb(0,114,74); }

 H1.HeaderClassName
 {
   color: #00724A;
 }
 .AnyTagClassName
 {
   color: #00724A;
 }
</style>

background-color css

<style>
 a { background-color: #00724A; }

 a { background-color: rgb(0,114,74); }

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

border-color css

<style>
 span { border-color: #00724A; }

 span { border-color: rgb(0,114,74); }

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