#00614A

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

Shades of Watercourse #00614A

Tints of Watercourse #00614A

Color information

#00614A (or 0x00614A) is unknown color: approx Watercourse. HEX triplet: 00, 61 and 4A. RGB value is (0,97,74). Sum of RGB (Red+Green+Blue) = 0+97+74=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #00614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00614A is #FF9EB5. Grayscale: #414141. Windows color (decimal): -16752310 or 4874496. OLE color: 4874496.

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

Color convert

RGB09774-
CMYK100.240.62
HSL165.77º100%19.02%-
HSV(B)165.77º100%38.04%-
XYZ5.519.047.93-
YUV65.38132.8681.37-

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.73%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=0%
G=56.73%
B=43.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09774100.240.62165.7710019.02
Hex0614A640183Ea66413
Octal01411121440307624614423
Binary011000011001010110010001100011111010100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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