Html Css Color HEX #0D8B79 Observatory

📋 copy color: '#0D8B79'

red 13 ◦ green 139 ◦ blue 121

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

Shades of Observatory #0D8B79

Tints of Observatory #0D8B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.92%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 4.76%
G = 50.92%
B = 44.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#0D8B79 (or 0x0D8B79) is known color: Observatory. HEX triplet: 0D, 8B and 79. RGB value is (13,139,121). Sum of RGB (Red+Green+Blue) = 13+139+121=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8B79 is #F27486. Grayscale: #636363. Windows color (decimal): -15889543 or 7965453. OLE color: 7965453.

HSL color Cylindrical-coordinate representation of color #0D8B79: hue angle of 171.43º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B79 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 139 121 -
CMYK 0.91 0 0.13 0.45
HSL 171.43º 0.83% 0.3% -
HSV(B) 171.43º 0.91% 0.55% -
XYZ 12.85 19.93 21.26 -
YUV 99.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 13 139 121 0.91 0 0.13 0.45 171.43 0.83 0.3
Hex D 8B 79 5B 0 D 2D AB 53 1E
Octal 15 213 171 133 0 15 55 253 123 36
Binary 1101 10001011 1111001 1011011 0 1101 101101 10101011 1010011 11110

Color Harmonies of #0D8B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8B79

Black with #0D8B79

Text Example


Text Example

White with #0D8B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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