#0C744E

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

Shades of Watercourse #0C744E

Tints of Watercourse #0C744E

Color information

#0C744E (or 0x0C744E) is unknown color: approx Watercourse. HEX triplet: 0C, 74 and 4E. RGB value is (12,116,78). Sum of RGB (Red+Green+Blue) = 12+116+78=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #0C744E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C744E is #F38BB1. Grayscale: #505050. Windows color (decimal): -15961010 or 5141516. OLE color: 5141516.

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

Color convert

RGB1211678-
CMYK0.9000.330.55
HSL158.08º81.25%25.1%-
HSV(B)158.08º89.66%45.49%-
XYZ7.7713.129.33-
YUV80.57126.5479.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 116 (45.70% from 255) = 56.31%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=5.83%
G=56.31%
B=37.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12116780.9000.330.55158.0881.2525.1
HexC744E5A021379e5119
Octal141641161320416723612131
Binary1100111010010011101011010010000111011110011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,116,78); }

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

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

 a { background-color: rgb(12,116,78); }

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

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

 span { border-color: rgb(12,116,78); }

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