#0C6D4B

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

Shades of Watercourse #0C6D4B

Tints of Watercourse #0C6D4B

Color information

#0C6D4B (or 0x0C6D4B) is unknown color: approx Watercourse. HEX triplet: 0C, 6D and 4B. RGB value is (12,109,75). Sum of RGB (Red+Green+Blue) = 12+109+75=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6D4B is #F392B4. Grayscale: #4C4C4C. Windows color (decimal): -15962805 or 4943116. OLE color: 4943116.

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

Color convert

RGB1210975-
CMYK0.8900.310.57
HSL158.97º80.17%23.73%-
HSV(B)158.97º88.99%42.75%-
XYZ6.8911.528.52-
YUV76.12127.3682.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.12%
GREEN value IS 109 (42.97% from 255) = 55.61%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=6.12%
G=55.61%
B=38.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12109750.8900.310.57158.9780.1723.73
HexC6D4B5901F399f5018
Octal141551131310377123712030
Binary110011011011001011101100101111111100110011111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,109,75); }

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

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

 a { background-color: rgb(12,109,75); }

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

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

 span { border-color: rgb(12,109,75); }

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