#00634F

Color #00634F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #00634F

Tints of Watercourse #00634F

Color information

#00634F (or 0x00634F) is unknown color: approx Watercourse. HEX triplet: 00, 63 and 4F. RGB value is (0,99,79). Sum of RGB (Red+Green+Blue) = 0+99+79=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #00634F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00634F is #FF9CB0. Grayscale: #434343. Windows color (decimal): -16751793 or 5202688. OLE color: 5202688.

HSL color Cylindrical-coordinate representation of color #00634F: hue angle of 167.88º 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 #00634F is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB09979-
CMYK100.200.61
HSL167.88º100%19.41%-
HSV(B)167.88º100%38.82%-
XYZ5.879.498.92-
YUV67.12134.780.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 55.62%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=0%
G=55.62%
B=44.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09979100.200.61167.8810019.41
Hex0634F640143Da86413
Octal01431171440247525014423
Binary011000111001111110010001010011110110101000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00634F;
 }
 .AnyTagClassName
 {
   color: #00634F;
 }
</style>
background-color css

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

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

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

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

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

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