#0C7C61

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

Shades of Deep Sea #0C7C61

Tints of Deep Sea #0C7C61

Color information

#0C7C61 (or 0x0C7C61) is unknown color: approx Deep Sea. HEX triplet: 0C, 7C and 61. RGB value is (12,124,97). Sum of RGB (Red+Green+Blue) = 12+124+97=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #0C7C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7C61 is #F3839E. Grayscale: #575757. Windows color (decimal): -15958943 or 6388748. OLE color: 6388748.

HSL color Cylindrical-coordinate representation of color #0C7C61: hue angle of 165.54º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7C61 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1212497-
CMYK0.9000.220.51
HSL165.54º82.35%26.67%-
HSV(B)165.54º90.32%48.63%-
XYZ9.5215.3613.77-
YUV87.43133.3974.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 124 (48.83% from 255) = 53.22%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=5.15%
G=53.22%
B=41.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12124970.9000.220.51165.5482.3526.67
HexC7C615A01633a6521b
Octal141741411320266324612233
Binary110011111001100001101101001011011001110100110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,124,97); }

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

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

 a { background-color: rgb(12,124,97); }

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

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

 span { border-color: rgb(12,124,97); }

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