Html Css Color HEX #0B896C Observatory

📋 copy color: '#0B896C'

red 11 ◦ green 137 ◦ blue 108

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

Shades of Observatory #0B896C

Tints of Observatory #0B896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

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

R = 4.3%
G = 53.52%
B = 42.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#0B896C (or 0x0B896C) is known color: Observatory. HEX triplet: 0B, 89 and 6C. RGB value is (11,137,108). Sum of RGB (Red+Green+Blue) = 11+137+108=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #0B896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B896C is #F47693. Grayscale: #606060. Windows color (decimal): -16021140 or 7112971. OLE color: 7112971.

HSL color Cylindrical-coordinate representation of color #0B896C: hue angle of 166.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B896C is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 137 108 -
CMYK 0.92 0 0.21 0.46
HSL 166.19º 0.85% 0.29% -
HSV(B) 166.19º 0.92% 0.54% -
XYZ 11.79 19.05 17.24 -
YUV 96.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 11 137 108 0.92 0 0.21 0.46 166.19 0.85 0.29
Hex B 89 6C 5C 0 15 2E A6 55 1D
Octal 13 211 154 134 0 25 56 246 125 35
Binary 1011 10001001 1101100 1011100 0 10101 101110 10100110 1010101 11101

Color Harmonies of #0B896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B896C

Black with #0B896C

Text Example


Text Example

White with #0B896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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