#0D795B

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

Shades of Deep Sea #0D795B

Tints of Deep Sea #0D795B

Color information

#0D795B (or 0x0D795B) is unknown color: approx Deep Sea. HEX triplet: 0D, 79 and 5B. RGB value is (13,121,91). Sum of RGB (Red+Green+Blue) = 13+121+91=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #0D795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D795B is #F286A4. Grayscale: #555555. Windows color (decimal): -15894181 or 5994765. OLE color: 5994765.

HSL color Cylindrical-coordinate representation of color #0D795B: hue angle of 163.33º 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 #0D795B is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1312191-
CMYK0.8900.250.53
HSL163.33º80.6%26.27%-
HSV(B)163.33º89.26%47.45%-
XYZ8.8914.5212.23-
YUV85.29131.2276.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=5.78%
G=53.78%
B=40.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13121910.8900.250.53163.3380.626.27
HexD795B5901935a3511a
Octal151711331310316524312132
Binary110111110011011011101100101100111010110100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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