#00614C

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

Shades of Watercourse #00614C

Tints of Watercourse #00614C

Color information

#00614C (or 0x00614C) is unknown color: approx Watercourse. HEX triplet: 00, 61 and 4C. RGB value is (0,97,76). Sum of RGB (Red+Green+Blue) = 0+97+76=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #00614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00614C is #FF9EB3. Grayscale: #414141. Windows color (decimal): -16752308 or 5005568. OLE color: 5005568.

HSL color Cylindrical-coordinate representation of color #00614C: hue angle of 167.01º 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 #00614C is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB09776-
CMYK100.220.62
HSL167.01º100%19.02%-
HSV(B)167.01º100%38.04%-
XYZ5.589.078.29-
YUV65.6133.8681.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=0%
G=56.07%
B=43.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09776100.220.62167.0110019.02
Hex0614C640163Ea76413
Octal01411141440267624714423
Binary011000011001100110010001011011111010100111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00614C; }

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

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

<style>
 a { background-color: #00614C; }

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

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

<style>
 span { border-color: #00614C; }

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

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