#0C7156

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

Shades of Watercourse #0C7156

Tints of Watercourse #0C7156

Color information

#0C7156 (or 0x0C7156) is unknown color: approx Watercourse. HEX triplet: 0C, 71 and 56. RGB value is (12,113,86). Sum of RGB (Red+Green+Blue) = 12+113+86=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7156 is #F38EA9. Grayscale: #4F4F4F. Windows color (decimal): -15961770 or 5665036. OLE color: 5665036.

HSL color Cylindrical-coordinate representation of color #0C7156: hue angle of 163.96º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7156 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1211386-
CMYK0.8900.240.56
HSL163.96º80.8%24.51%-
HSV(B)163.96º89.38%44.31%-
XYZ7.7412.5610.82-
YUV79.72131.5479.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.69%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=5.69%
G=53.55%
B=40.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113860.8900.240.56163.9680.824.51
HexC71565901838a45119
Octal141611261310307024412131
Binary110011100011010110101100101100011100010100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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