Html Css Color HEX #0B886C Observatory

📋 copy color: '#0B886C'

red 11 ◦ green 136 ◦ blue 108

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

Shades of Observatory #0B886C

Tints of Observatory #0B886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.33%

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

R = 4.31%
G = 53.33%
B = 42.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#0B886C (or 0x0B886C) is known color: Observatory. HEX triplet: 0B, 88 and 6C. RGB value is (11,136,108). Sum of RGB (Red+Green+Blue) = 11+136+108=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #0B886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B886C is #F47793. Grayscale: #5F5F5F. Windows color (decimal): -16021396 or 7112715. OLE color: 7112715.

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

Color convert

RGB 11 136 108 -
CMYK 0.92 0 0.21 0.47
HSL 166.56º 0.85% 0.29% -
HSV(B) 166.56º 0.92% 0.53% -
XYZ 11.65 18.76 17.19 -
YUV 95.43 135.09 67.78 -
System Red Green Blue C M Y K H S L
Decimal 11 136 108 0.92 0 0.21 0.47 166.56 0.85 0.29
Hex B 88 6C 5C 0 15 2F A7 55 1D
Octal 13 210 154 134 0 25 57 247 125 35
Binary 1011 10001000 1101100 1011100 0 10101 101111 10100111 1010101 11101

Color Harmonies of #0B886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B886C

Black with #0B886C

Text Example


Text Example

White with #0B886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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