Html Css Color HEX #0D8961 Deep Sea

📋 copy color: '#0D8961'

red 13 ◦ green 137 ◦ blue 97

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

Shades of Deep Sea #0D8961

Tints of Deep Sea #0D8961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.47%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 5.26%
G = 55.47%
B = 39.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#0D8961 (or 0x0D8961) is known color: Deep Sea. HEX triplet: 0D, 89 and 61. RGB value is (13,137,97). Sum of RGB (Red+Green+Blue) = 13+137+97=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8961 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8961 is #F2769E. Grayscale: #5F5F5F. Windows color (decimal): -15890079 or 6392077. OLE color: 6392077.

HSL color Cylindrical-coordinate representation of color #0D8961: hue angle of 160.65º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8961 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 97 -
CMYK 0.91 0 0.29 0.46
HSL 160.65º 0.83% 0.29% -
HSV(B) 160.65º 0.91% 0.54% -
XYZ 11.27 18.84 14.35 -
YUV 95.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 13 137 97 0.91 0 0.29 0.46 160.65 0.83 0.29
Hex D 89 61 5B 0 1D 2E A1 53 1D
Octal 15 211 141 133 0 35 56 241 123 35
Binary 1101 10001001 1100001 1011011 0 11101 101110 10100001 1010011 11101

Color Harmonies of #0D8961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8961

Black with #0D8961

Text Example


Text Example

White with #0D8961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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