Html Css Color HEX #0D9178 Observatory

📋 copy color: '#0D9178'

red 13 ◦ green 145 ◦ blue 120

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

Shades of Observatory #0D9178

Tints of Observatory #0D9178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.16%

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 4.68%
G = 52.16%
B = 43.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#0D9178 (or 0x0D9178) is known color: Observatory. HEX triplet: 0D, 91 and 78. RGB value is (13,145,120). Sum of RGB (Red+Green+Blue) = 13+145+120=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9178 is #F26E87. Grayscale: #666666. Windows color (decimal): -15888008 or 7901453. OLE color: 7901453.

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

Color convert

RGB 13 145 120 -
CMYK 0.91 0 0.17 0.43
HSL 168.64º 0.84% 0.31% -
HSV(B) 168.64º 0.91% 0.57% -
XYZ 13.68 21.69 21.24 -
YUV 102.68 137.77 64.03 -
System Red Green Blue C M Y K H S L
Decimal 13 145 120 0.91 0 0.17 0.43 168.64 0.84 0.31
Hex D 91 78 5B 0 11 2B A9 54 1F
Octal 15 221 170 133 0 21 53 251 124 37
Binary 1101 10010001 1111000 1011011 0 10001 101011 10101001 1010100 11111

Color Harmonies of #0D9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9178

Black with #0D9178

Text Example


Text Example

White with #0D9178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,145,120); }

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

background-color css

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

 a { background-color: rgb(13,145,120); }

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

border-color css

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

 span { border-color: rgb(13,145,120); }

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