#0C7150

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

Shades of Watercourse #0C7150

Tints of Watercourse #0C7150

Color information

#0C7150 (or 0x0C7150) is unknown color: approx Watercourse. HEX triplet: 0C, 71 and 50. RGB value is (12,113,80). Sum of RGB (Red+Green+Blue) = 12+113+80=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7150 is #F38EAF. Grayscale: #4F4F4F. Windows color (decimal): -15961776 or 5271820. OLE color: 5271820.

HSL color Cylindrical-coordinate representation of color #0C7150: hue angle of 160.4º 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 #0C7150 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1211380-
CMYK0.8900.290.56
HSL160.4º80.8%24.51%-
HSV(B)160.4º89.38%44.31%-
XYZ7.512.479.6-
YUV79.04128.5480.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.85%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=5.85%
G=55.12%
B=39.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113800.8900.290.56160.480.824.51
HexC71505901D38a05119
Octal141611201310357024012131
Binary110011100011010000101100101110111100010100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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