Html Css Color HEX #00634D Watercourse

📋 copy color: '#00634D'

red 0 ◦ green 99 ◦ blue 77

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

Shades of Watercourse #00634D

Tints of Watercourse #00634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.25%

 BLUE value IS 77 (30.47% from 255) = 43.75%

R = 0%
G = 56.25%
B = 43.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#00634D (or 0x00634D) is known color: Watercourse. HEX triplet: 00, 63 and 4D. RGB value is (0,99,77). Sum of RGB (Red+Green+Blue) = 0+99+77=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #00634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00634D is #FF9CB2. Grayscale: #424242. Windows color (decimal): -16751795 or 5071616. OLE color: 5071616.

HSL color Cylindrical-coordinate representation of color #00634D: hue angle of 166.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00634D is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 99 77 -
CMYK 1 0 0.22 0.61
HSL 166.67º 1% 0.19% -
HSV(B) 166.67º 1% 0.39% -
XYZ 5.8 9.46 8.54 -
YUV 66.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 0 99 77 1 0 0.22 0.61 166.67 1 0.19
Hex 0 63 4D 64 0 16 3D A7 64 13
Octal 0 143 115 144 0 26 75 247 144 23
Binary 0 1100011 1001101 1100100 0 10110 111101 10100111 1100100 10011

Color Harmonies of #00634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00634D

Black with #00634D

Text Example


Text Example

White with #00634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00634D; }

 p { color: rgb(0,99,77); }

 H1.HeaderClassName
 {
   color: #00634D;
 }
 .AnyTagClassName
 {
   color: #00634D;
 }
</style>

background-color css

<style>
 a { background-color: #00634D; }

 a { background-color: rgb(0,99,77); }

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

border-color css

<style>
 span { border-color: #00634D; }

 span { border-color: rgb(0,99,77); }

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