#0D7B61

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

Shades of Deep Sea #0D7B61

Tints of Deep Sea #0D7B61

Color information

#0D7B61 (or 0x0D7B61) is unknown color: approx Deep Sea. HEX triplet: 0D, 7B and 61. RGB value is (13,123,97). Sum of RGB (Red+Green+Blue) = 13+123+97=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #0D7B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7B61 is #F2849E. Grayscale: #575757. Windows color (decimal): -15893663 or 6388493. OLE color: 6388493.

HSL color Cylindrical-coordinate representation of color #0D7B61: hue angle of 165.82º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7B61 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB1312397-
CMYK0.8900.210.52
HSL165.82º80.88%26.67%-
HSV(B)165.82º89.43%48.24%-
XYZ9.4115.1113.73-
YUV87.15133.5675.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.58%
GREEN value IS 123 (48.44% from 255) = 52.79%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=5.58%
G=52.79%
B=41.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13123970.8900.210.52165.8280.8826.67
HexD7B615901534a6511b
Octal151731411310256424612133
Binary110111110111100001101100101010111010010100110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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