#0C684E

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

Shades of Watercourse #0C684E

Tints of Watercourse #0C684E

Color information

#0C684E (or 0x0C684E) is unknown color: approx Watercourse. HEX triplet: 0C, 68 and 4E. RGB value is (12,104,78). Sum of RGB (Red+Green+Blue) = 12+104+78=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #0C684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C684E is #F397B1. Grayscale: #494949. Windows color (decimal): -15964082 or 5138444. OLE color: 5138444.

HSL color Cylindrical-coordinate representation of color #0C684E: hue angle of 163.04º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C684E is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1210478-
CMYK0.8800.250.59
HSL163.04º79.31%22.75%-
HSV(B)163.04º88.46%40.78%-
XYZ6.4810.538.9-
YUV73.53130.5284.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.19%
GREEN value IS 104 (41.02% from 255) = 53.61%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=6.19%
G=53.61%
B=40.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12104780.8800.250.59163.0479.3122.75
HexC684E580193Ba34f17
Octal141501161300317324311727
Binary110011010001001110101100001100111101110100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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