Html Css Color HEX #0B906C Observatory

📋 copy color: '#0B906C'

red 11 ◦ green 144 ◦ blue 108

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

Shades of Observatory #0B906C

Tints of Observatory #0B906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.06%

R = 4.18%
G = 54.75%
B = 41.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#0B906C (or 0x0B906C) is known color: Observatory. HEX triplet: 0B, 90 and 6C. RGB value is (11,144,108). Sum of RGB (Red+Green+Blue) = 11+144+108=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #0B906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B906C is #F46F93. Grayscale: #646464. Windows color (decimal): -16019348 or 7114763. OLE color: 7114763.

HSL color Cylindrical-coordinate representation of color #0B906C: hue angle of 163.76º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B906C is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 11 144 108 -
CMYK 0.92 0 0.25 0.44
HSL 163.76º 0.86% 0.3% -
HSV(B) 163.76º 0.92% 0.56% -
XYZ 12.82 21.1 17.58 -
YUV 100.13 132.44 64.43 -
System Red Green Blue C M Y K H S L
Decimal 11 144 108 0.92 0 0.25 0.44 163.76 0.86 0.3
Hex B 90 6C 5C 0 19 2C A4 56 1E
Octal 13 220 154 134 0 31 54 244 126 36
Binary 1011 10010000 1101100 1011100 0 11001 101100 10100100 1010110 11110

Color Harmonies of #0B906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B906C

Black with #0B906C

Text Example


Text Example

White with #0B906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,144,108); }

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

background-color css

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

 a { background-color: rgb(11,144,108); }

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

border-color css

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

 span { border-color: rgb(11,144,108); }

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