Html Css Color HEX #0D9077 Observatory

📋 copy color: '#0D9077'

red 13 ◦ green 144 ◦ blue 119

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

Shades of Observatory #0D9077

Tints of Observatory #0D9077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.17%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 4.71%
G = 52.17%
B = 43.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#0D9077 (or 0x0D9077) is known color: Observatory. HEX triplet: 0D, 90 and 77. RGB value is (13,144,119). Sum of RGB (Red+Green+Blue) = 13+144+119=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9077 is #F26F88. Grayscale: #656565. Windows color (decimal): -15888265 or 7835661. OLE color: 7835661.

HSL color Cylindrical-coordinate representation of color #0D9077: hue angle of 168.55º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9077 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 144 119 -
CMYK 0.91 0 0.17 0.44
HSL 168.55º 0.83% 0.31% -
HSV(B) 168.55º 0.91% 0.56% -
XYZ 13.47 21.36 20.87 -
YUV 101.98 137.6 64.53 -
System Red Green Blue C M Y K H S L
Decimal 13 144 119 0.91 0 0.17 0.44 168.55 0.83 0.31
Hex D 90 77 5B 0 11 2C A9 53 1F
Octal 15 220 167 133 0 21 54 251 123 37
Binary 1101 10010000 1110111 1011011 0 10001 101100 10101001 1010011 11111

Color Harmonies of #0D9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9077

Black with #0D9077

Text Example


Text Example

White with #0D9077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,144,119); }

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

background-color css

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

 a { background-color: rgb(13,144,119); }

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

border-color css

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

 span { border-color: rgb(13,144,119); }

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