Html Css Color HEX #0B9172 Observatory

📋 copy color: '#0B9172'

red 11 ◦ green 145 ◦ blue 114

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

Shades of Observatory #0B9172

Tints of Observatory #0B9172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 4.07%
G = 53.7%
B = 42.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#0B9172 (or 0x0B9172) is known color: Observatory. HEX triplet: 0B, 91 and 72. RGB value is (11,145,114). Sum of RGB (Red+Green+Blue) = 11+145+114=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9172 is #F46E8D. Grayscale: #656565. Windows color (decimal): -16019086 or 7508235. OLE color: 7508235.

HSL color Cylindrical-coordinate representation of color #0B9172: hue angle of 166.12º 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 #0B9172 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 11 145 114 -
CMYK 0.92 0 0.21 0.43
HSL 166.12º 0.86% 0.31% -
HSV(B) 166.12º 0.92% 0.57% -
XYZ 13.3 21.54 19.38 -
YUV 101.4 135.11 63.52 -
System Red Green Blue C M Y K H S L
Decimal 11 145 114 0.92 0 0.21 0.43 166.12 0.86 0.31
Hex B 91 72 5C 0 15 2B A6 56 1F
Octal 13 221 162 134 0 25 53 246 126 37
Binary 1011 10010001 1110010 1011100 0 10101 101011 10100110 1010110 11111

Color Harmonies of #0B9172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9172

Black with #0B9172

Text Example


Text Example

White with #0B9172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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