#0D7E61

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

Shades of Deep Sea #0D7E61

Tints of Deep Sea #0D7E61

Color information

#0D7E61 (or 0x0D7E61) is unknown color: approx Deep Sea. HEX triplet: 0D, 7E and 61. RGB value is (13,126,97). Sum of RGB (Red+Green+Blue) = 13+126+97=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #0D7E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7E61 is #F2819E. Grayscale: #585858. Windows color (decimal): -15892895 or 6389261. OLE color: 6389261.

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

Color convert

RGB1312697-
CMYK0.9000.230.51
HSL164.6º81.29%27.25%-
HSV(B)164.6º89.68%49.41%-
XYZ9.7815.8713.86-
YUV88.91132.5673.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 126 (49.61% from 255) = 53.39%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=5.51%
G=53.39%
B=41.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13126970.9000.230.51164.681.2927.25
HexD7E615A01733a5511b
Octal151761411320276324512133
Binary110111111101100001101101001011111001110100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,126,97); }

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

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

 a { background-color: rgb(13,126,97); }

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

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

 span { border-color: rgb(13,126,97); }

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