#0C724F

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

Shades of Watercourse #0C724F

Tints of Watercourse #0C724F

Color information

#0C724F (or 0x0C724F) is unknown color: approx Watercourse. HEX triplet: 0C, 72 and 4F. RGB value is (12,114,79). Sum of RGB (Red+Green+Blue) = 12+114+79=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #0C724F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C724F is #F38DB0. Grayscale: #4F4F4F. Windows color (decimal): -15961521 or 5206540. OLE color: 5206540.

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

Color convert

RGB1211479-
CMYK0.8900.310.55
HSL159.41º80.95%24.71%-
HSV(B)159.41º89.47%44.71%-
XYZ7.5812.689.44-
YUV79.51127.7179.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.85%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=5.85%
G=55.61%
B=38.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12114790.8900.310.55159.4180.9524.71
HexC724F5901F379f5119
Octal141621171310376723712131
Binary110011100101001111101100101111111011110011111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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