#00613F

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

Shades of Watercourse #00613F

Tints of Watercourse #00613F

Color information

#00613F (or 0x00613F) is unknown color: approx Watercourse. HEX triplet: 00, 61 and 3F. RGB value is (0,97,63). Sum of RGB (Red+Green+Blue) = 0+97+63=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #00613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00613F is #FF9EC0. Grayscale: #404040. Windows color (decimal): -16752321 or 4153600. OLE color: 4153600.

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

Color convert

RGB09763-
CMYK100.350.62
HSL158.97º100%19.02%-
HSV(B)158.97º100%38.04%-
XYZ5.178.916.15-
YUV64.12127.3682.26-

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) = 60.62%
BLUE value IS 63 (25% from 255) = 39.38%
R=0%
G=60.62%
B=39.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09763100.350.62158.9710019.02
Hex0613F640233E9f6413
Octal0141771440437623714423
Binary011000011111111100100010001111111010011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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