#0C724C

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

Shades of Watercourse #0C724C

Tints of Watercourse #0C724C

Color information

#0C724C (or 0x0C724C) is unknown color: approx Watercourse. HEX triplet: 0C, 72 and 4C. RGB value is (12,114,76). Sum of RGB (Red+Green+Blue) = 12+114+76=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #0C724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C724C is #F38DB3. Grayscale: #4F4F4F. Windows color (decimal): -15961524 or 5009932. OLE color: 5009932.

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

Color convert

RGB1211476-
CMYK0.8900.330.55
HSL157.65º80.95%24.71%-
HSV(B)157.65º89.47%44.71%-
XYZ7.4712.638.88-
YUV79.17126.2180.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=5.94%
G=56.44%
B=37.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12114760.8900.330.55157.6580.9524.71
HexC724C59021379e5119
Octal141621141310416723612131
Binary1100111001010011001011001010000111011110011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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