#0C6F55

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

Shades of Watercourse #0C6F55

Tints of Watercourse #0C6F55

Color information

#0C6F55 (or 0x0C6F55) is unknown color: approx Watercourse. HEX triplet: 0C, 6F and 55. RGB value is (12,111,85). Sum of RGB (Red+Green+Blue) = 12+111+85=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6F55 is #F390AA. Grayscale: #4E4E4E. Windows color (decimal): -15962283 or 5598988. OLE color: 5598988.

HSL color Cylindrical-coordinate representation of color #0C6F55: hue angle of 164.24º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6F55 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1211185-
CMYK0.8900.230.56
HSL164.24º80.49%24.12%-
HSV(B)164.24º89.19%43.53%-
XYZ7.4812.110.54-
YUV78.43131.780.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=5.77%
G=53.37%
B=40.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12111850.8900.230.56164.2480.4924.12
HexC6F555901738a45018
Octal141571251310277024412030
Binary110011011111010101101100101011111100010100100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,111,85); }

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

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

 a { background-color: rgb(12,111,85); }

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

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

 span { border-color: rgb(12,111,85); }

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