#0C664E

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

Shades of Watercourse #0C664E

Tints of Watercourse #0C664E

Color information

#0C664E (or 0x0C664E) is unknown color: approx Watercourse. HEX triplet: 0C, 66 and 4E. RGB value is (12,102,78). Sum of RGB (Red+Green+Blue) = 12+102+78=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #0C664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C664E is #F399B1. Grayscale: #484848. Windows color (decimal): -15964594 or 5137932. OLE color: 5137932.

HSL color Cylindrical-coordinate representation of color #0C664E: hue angle of 164º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C664E is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1210278-
CMYK0.8800.240.6
HSL164º78.95%22.35%-
HSV(B)164º88.24%40%-
XYZ6.2810.138.83-
YUV72.35131.1884.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.25%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=6.25%
G=53.12%
B=40.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102780.8800.240.616478.9522.35
HexC664E580183Ca44f16
Octal141461161300307424411726
Binary110011001101001110101100001100011110010100100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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