#00886F

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

Shades of Observatory #00886F

Tints of Observatory #00886F

Color information

#00886F (or 0x00886F) is unknown color: approx Observatory. HEX triplet: 00, 88 and 6F. RGB value is (0,136,111). Sum of RGB (Red+Green+Blue) = 0+136+111=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #00886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00886F is #FF7790. Grayscale: #5C5C5C. Windows color (decimal): -16742289 or 7309312. OLE color: 7309312.

HSL color Cylindrical-coordinate representation of color #00886F: hue angle of 168.97º 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 #00886F is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB0136111-
CMYK100.180.47
HSL168.97º100%26.67%-
HSV(B)168.97º100%53.33%-
XYZ11.6718.7618.04-
YUV92.49138.4462.03-

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.06%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=0%
G=55.06%
B=44.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0136111100.180.47168.9710026.67
Hex0886F640122Fa9641b
Octal02101571440225725114433
Binary0100010001101111110010001001010111110101001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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