Html Css Color HEX #00713E Watercourse

📋 copy color: '#00713E'

red 0 ◦ green 113 ◦ blue 62

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

Shades of Watercourse #00713E

Tints of Watercourse #00713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 64.57%

 BLUE value IS 62 (24.61% from 255) = 35.43%

R = 0%
G = 64.57%
B = 35.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#00713E (or 0x00713E) is known color: Watercourse. HEX triplet: 00, 71 and 3E. RGB value is (0,113,62). Sum of RGB (Red+Green+Blue) = 0+113+62=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #00713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00713E is #FF8EC1. Grayscale: #494949. Windows color (decimal): -16748226 or 4092160. OLE color: 4092160.

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

Color convert

RGB 0 113 62 -
CMYK 1 0 0.45 0.56
HSL 152.92º 1% 0.22% -
HSV(B) 152.92º 1% 0.44% -
XYZ 6.77 12.16 6.55 -
YUV 73.4 121.56 75.65 -
System Red Green Blue C M Y K H S L
Decimal 0 113 62 1 0 0.45 0.56 152.92 1 0.22
Hex 0 71 3E 64 0 2D 38 99 64 16
Octal 0 161 76 144 0 55 70 231 144 26
Binary 0 1110001 111110 1100100 0 101101 111000 10011001 1100100 10110

Color Harmonies of #00713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00713E

Black with #00713E

Text Example


Text Example

White with #00713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00713E; }

 p { color: rgb(0,113,62); }

 H1.HeaderClassName
 {
   color: #00713E;
 }
 .AnyTagClassName
 {
   color: #00713E;
 }
</style>

background-color css

<style>
 a { background-color: #00713E; }

 a { background-color: rgb(0,113,62); }

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

border-color css

<style>
 span { border-color: #00713E; }

 span { border-color: rgb(0,113,62); }

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