Html Css Color HEX #0B9179 Observatory

📋 copy color: '#0B9179'

red 11 ◦ green 145 ◦ blue 121

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

Shades of Observatory #0B9179

Tints of Observatory #0B9179

RGB

 RED value IS 11 (4.69% from 255) = 3.97%

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

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

R = 3.97%
G = 52.35%
B = 43.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#0B9179 (or 0x0B9179) is known color: Observatory. HEX triplet: 0B, 91 and 79. RGB value is (11,145,121). Sum of RGB (Red+Green+Blue) = 11+145+121=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9179 is #F46E86. Grayscale: #666666. Windows color (decimal): -16019079 or 7966987. OLE color: 7966987.

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

Color convert

RGB 11 145 121 -
CMYK 0.92 0 0.17 0.43
HSL 169.25º 0.86% 0.31% -
HSV(B) 169.25º 0.92% 0.57% -
XYZ 13.71 21.7 21.56 -
YUV 102.2 138.61 62.95 -
System Red Green Blue C M Y K H S L
Decimal 11 145 121 0.92 0 0.17 0.43 169.25 0.86 0.31
Hex B 91 79 5C 0 11 2B A9 56 1F
Octal 13 221 171 134 0 21 53 251 126 37
Binary 1011 10010001 1111001 1011100 0 10001 101011 10101001 1010110 11111

Color Harmonies of #0B9179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9179

Black with #0B9179

Text Example


Text Example

White with #0B9179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,145,121); }

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

background-color css

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

 a { background-color: rgb(11,145,121); }

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

border-color css

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

 span { border-color: rgb(11,145,121); }

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