#0C734C

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

Shades of Watercourse #0C734C

Tints of Watercourse #0C734C

Color information

#0C734C (or 0x0C734C) is unknown color: approx Watercourse. HEX triplet: 0C, 73 and 4C. RGB value is (12,115,76). Sum of RGB (Red+Green+Blue) = 12+115+76=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #0C734C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C734C is #F38CB3. Grayscale: #4F4F4F. Windows color (decimal): -15961268 or 5010188. OLE color: 5010188.

HSL color Cylindrical-coordinate representation of color #0C734C: hue angle of 157.28º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C734C is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1211576-
CMYK0.9000.340.55
HSL157.28º81.1%24.9%-
HSV(B)157.28º89.57%45.1%-
XYZ7.5912.868.92-
YUV79.76125.8879.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=5.91%
G=56.65%
B=37.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12115760.9000.340.55157.2881.124.9
HexC734C5A022379d5119
Octal141631141320426723512131
Binary1100111001110011001011010010001011011110011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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