#0C6D56

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

Shades of Watercourse #0C6D56

Tints of Watercourse #0C6D56

Color information

#0C6D56 (or 0x0C6D56) is unknown color: approx Watercourse. HEX triplet: 0C, 6D and 56. RGB value is (12,109,86). Sum of RGB (Red+Green+Blue) = 12+109+86=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D56 is #F392A9. Grayscale: #4D4D4D. Windows color (decimal): -15962794 or 5664012. OLE color: 5664012.

HSL color Cylindrical-coordinate representation of color #0C6D56: hue angle of 165.77º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D56 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB1210986-
CMYK0.8900.210.57
HSL165.77º80.17%23.73%-
HSV(B)165.77º88.99%42.75%-
XYZ7.311.6910.68-
YUV77.38132.8681.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=5.80%
G=52.66%
B=41.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12109860.8900.210.57165.7780.1723.73
HexC6D565901539a65018
Octal141551261310257124612030
Binary110011011011010110101100101010111100110100110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,109,86); }

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

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

 a { background-color: rgb(12,109,86); }

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

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

 span { border-color: rgb(12,109,86); }

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