#00886D

Color #00886D Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #00886D

Tints of Observatory #00886D

Color information

#00886D (or 0x00886D) is unknown color: approx Observatory. HEX triplet: 00, 88 and 6D. RGB value is (0,136,109). Sum of RGB (Red+Green+Blue) = 0+136+109=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #00886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00886D is #FF7792. Grayscale: #5C5C5C. Windows color (decimal): -16742291 or 7178240. OLE color: 7178240.

HSL color Cylindrical-coordinate representation of color #00886D: hue angle of 168.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00886D is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB0136109-
CMYK100.200.47
HSL168.09º100%26.67%-
HSV(B)168.09º100%53.33%-
XYZ11.5618.7117.47-
YUV92.26137.4462.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 109 (42.97% from 255) = 44.49%
R=0%
G=55.51%
B=44.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0136109100.200.47168.0910026.67
Hex0886D640142Fa8641b
Octal02101551440245725014433
Binary0100010001101101110010001010010111110101000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00886D; }

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

 H1.HeaderClassName
 {
   color: #00886D;
 }
 .AnyTagClassName
 {
   color: #00886D;
 }
</style>
background-color css

<style>
 a { background-color: #00886D; }

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

 div.DivClassName
 {
   background-color: #00886D;
 }
 .BgClassName
 {
   background-color: #00886D;
 }
</style>
border-color css

<style>
 span { border-color: #00886D; }

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

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