#0C7D65

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

Shades of Deep Sea #0C7D65

Tints of Deep Sea #0C7D65

Color information

#0C7D65 (or 0x0C7D65) is unknown color: approx Deep Sea. HEX triplet: 0C, 7D and 65. RGB value is (12,125,101). Sum of RGB (Red+Green+Blue) = 12+125+101=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7D65 is #F3829A. Grayscale: #585858. Windows color (decimal): -15958683 or 6651148. OLE color: 6651148.

HSL color Cylindrical-coordinate representation of color #0C7D65: hue angle of 167.26º 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 #0C7D65 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12125101-
CMYK0.9000.190.51
HSL167.26º82.48%26.86%-
HSV(B)167.26º90.4%49.02%-
XYZ9.8315.6814.82-
YUV88.48135.0673.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 125 (49.22% from 255) = 52.52%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=5.04%
G=52.52%
B=42.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121251010.9000.190.51167.2682.4826.86
HexC7D655A01333a7521b
Octal141751451320236324712233
Binary110011111011100101101101001001111001110100111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,125,101); }

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

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

 a { background-color: rgb(12,125,101); }

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

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

 span { border-color: rgb(12,125,101); }

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