#0D795D

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

Shades of Deep Sea #0D795D

Tints of Deep Sea #0D795D

Color information

#0D795D (or 0x0D795D) is unknown color: approx Deep Sea. HEX triplet: 0D, 79 and 5D. RGB value is (13,121,93). Sum of RGB (Red+Green+Blue) = 13+121+93=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #0D795D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D795D is #F286A2. Grayscale: #555555. Windows color (decimal): -15894179 or 6125837. OLE color: 6125837.

HSL color Cylindrical-coordinate representation of color #0D795D: hue angle of 164.44º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D795D is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1312193-
CMYK0.8900.230.53
HSL164.44º80.6%26.27%-
HSV(B)164.44º89.26%47.45%-
XYZ8.9814.5512.69-
YUV85.52132.2276.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=5.73%
G=53.30%
B=40.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13121930.8900.230.53164.4480.626.27
HexD795D5901735a4511a
Octal151711351310276524412132
Binary110111110011011101101100101011111010110100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,121,93); }

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

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

 a { background-color: rgb(13,121,93); }

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

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

 span { border-color: rgb(13,121,93); }

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