Html Css Color HEX #00613E Watercourse

📋 copy color: '#00613E'

red 0 ◦ green 97 ◦ blue 62

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

Shades of Watercourse #00613E

Tints of Watercourse #00613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.01%

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

R = 0%
G = 61.01%
B = 38.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#00613E (or 0x00613E) is known color: Watercourse. HEX triplet: 00, 61 and 3E. RGB value is (0,97,62). Sum of RGB (Red+Green+Blue) = 0+97+62=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #00613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00613E is #FF9EC1. Grayscale: #404040. Windows color (decimal): -16752322 or 4088064. OLE color: 4088064.

HSL color Cylindrical-coordinate representation of color #00613E: hue angle of 158.35º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00613E is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 97 62 -
CMYK 1 0 0.36 0.62
HSL 158.35º 1% 0.19% -
HSV(B) 158.35º 1% 0.38% -
XYZ 5.14 8.9 6 -
YUV 64.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 0 97 62 1 0 0.36 0.62 158.35 1 0.19
Hex 0 61 3E 64 0 24 3E 9E 64 13
Octal 0 141 76 144 0 44 76 236 144 23
Binary 0 1100001 111110 1100100 0 100100 111110 10011110 1100100 10011

Color Harmonies of #00613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00613E

Black with #00613E

Text Example


Text Example

White with #00613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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