#0C7051

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

Shades of Watercourse #0C7051

Tints of Watercourse #0C7051

Color information

#0C7051 (or 0x0C7051) is unknown color: approx Watercourse. HEX triplet: 0C, 70 and 51. RGB value is (12,112,81). Sum of RGB (Red+Green+Blue) = 12+112+81=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7051 is #F38FAE. Grayscale: #4E4E4E. Windows color (decimal): -15962031 or 5337100. OLE color: 5337100.

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

Color convert

RGB1211281-
CMYK0.8900.280.56
HSL161.4º80.65%24.31%-
HSV(B)161.4º89.29%43.92%-
XYZ7.4312.269.76-
YUV78.57129.3780.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.85%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=5.85%
G=54.63%
B=39.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12112810.8900.280.56161.480.6524.31
HexC70515901C38a15118
Octal141601211310347024112130
Binary110011100001010001101100101110011100010100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,112,81); }

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

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

 a { background-color: rgb(12,112,81); }

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

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

 span { border-color: rgb(12,112,81); }

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