#0C614C

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

Shades of Watercourse #0C614C

Tints of Watercourse #0C614C

Color information

#0C614C (or 0x0C614C) is unknown color: approx Watercourse. HEX triplet: 0C, 61 and 4C. RGB value is (12,97,76). Sum of RGB (Red+Green+Blue) = 12+97+76=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #0C614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C614C is #F39EB3. Grayscale: #454545. Windows color (decimal): -15965876 or 5005580. OLE color: 5005580.

HSL color Cylindrical-coordinate representation of color #0C614C: hue angle of 165.18º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C614C is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB129776-
CMYK0.8800.220.62
HSL165.18º77.98%21.37%-
HSV(B)165.18º87.63%38.04%-
XYZ5.739.158.3-
YUV69.19131.8487.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=6.49%
G=52.43%
B=41.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1297760.8800.220.62165.1877.9821.37
HexC614C580163Ea54e15
Octal141411141300267624511625
Binary110011000011001100101100001011011111010100101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C614C; }

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

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

<style>
 a { background-color: #0C614C; }

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

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

<style>
 span { border-color: #0C614C; }

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

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