Html Css Color HEX #0D7959 Deep Sea

📋 copy color: '#0D7959'

red 13 ◦ green 121 ◦ blue 89

#0D7959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #0D7959

Tints of Deep Sea #0D7959

RGB

 RED value IS 13 (5.47% from 255) = 5.83%

 GREEN value IS 121 (47.66% from 255) = 54.26%

 BLUE value IS 89 (35.16% from 255) = 39.91%

R = 5.83%
G = 54.26%
B = 39.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#0D7959 (or 0x0D7959) is known color: Deep Sea. HEX triplet: 0D, 79 and 59. RGB value is (13,121,89). Sum of RGB (Red+Green+Blue) = 13+121+89=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7959 is #F286A6. Grayscale: #555555. Windows color (decimal): -15894183 or 5863693. OLE color: 5863693.

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

Color convert

RGB 13 121 89 -
CMYK 0.89 0 0.26 0.53
HSL 162.22º 0.81% 0.26% -
HSV(B) 162.22º 0.89% 0.47% -
XYZ 8.81 14.48 11.78 -
YUV 85.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 13 121 89 0.89 0 0.26 0.53 162.22 0.81 0.26
Hex D 79 59 59 0 1A 35 A2 51 1A
Octal 15 171 131 131 0 32 65 242 121 32
Binary 1101 1111001 1011001 1011001 0 11010 110101 10100010 1010001 11010

Color Harmonies of #0D7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7959

Black with #0D7959

Text Example


Text Example

White with #0D7959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D7959;
 }
 .AnyTagClassName
 {
   color: #0D7959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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