Html Css Color HEX #0B886D Observatory

📋 copy color: '#0B886D'

red 11 ◦ green 136 ◦ blue 109

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

Shades of Observatory #0B886D

Tints of Observatory #0B886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 4.3%
G = 53.13%
B = 42.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#0B886D (or 0x0B886D) is known color: Observatory. HEX triplet: 0B, 88 and 6D. RGB value is (11,136,109). Sum of RGB (Red+Green+Blue) = 11+136+109=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #0B886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B886D is #F47792. Grayscale: #5F5F5F. Windows color (decimal): -16021395 or 7178251. OLE color: 7178251.

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

Color convert

RGB 11 136 109 -
CMYK 0.92 0 0.20 0.47
HSL 167.04º 0.85% 0.29% -
HSV(B) 167.04º 0.92% 0.53% -
XYZ 11.7 18.78 17.48 -
YUV 95.55 135.59 67.7 -
System Red Green Blue C M Y K H S L
Decimal 11 136 109 0.92 0 0.20 0.47 167.04 0.85 0.29
Hex B 88 6D 5C 0 14 2F A7 55 1D
Octal 13 210 155 134 0 24 57 247 125 35
Binary 1011 10001000 1101101 1011100 0 10100 101111 10100111 1010101 11101

Color Harmonies of #0B886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B886D

Black with #0B886D

Text Example


Text Example

White with #0B886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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