#0c6b4c

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

Shades of Watercourse #0C6B4C

Tints of Watercourse #0C6B4C

Color information

#0C6B4C (or 0x0C6B4C) is unknown color: approx Watercourse. HEX triplet: 0C, 6B and 4C. RGB value is (12,107,76). Sum of RGB (Red+Green+Blue) = 12+107+76=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6B4C is #F394B3. Grayscale: #4B4B4B. Windows color (decimal): -15963316 or 5008140. OLE color: 5008140.

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

Color convert

RGB1210776-
CMYK0.8900.290.58
HSL160.42º79.83%23.33%-
HSV(B)160.42º88.79%41.96%-
XYZ6.7111.128.63-
YUV75.06128.5383.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.15%
GREEN value IS 107 (42.19% from 255) = 54.87%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=6.15%
G=54.87%
B=38.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12107760.8900.290.58160.4279.8323.33
HexC6B4C5901D3Aa05017
Octal141531141310357224012027
Binary110011010111001100101100101110111101010100000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c6b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,107,76); }

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

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

 a { background-color: rgb(12,107,76); }

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

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

 span { border-color: rgb(12,107,76); }

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