#00885F

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

Shades of Observatory #00885F

Tints of Observatory #00885F

Color information

#00885F (or 0x00885F) is unknown color: approx Observatory. HEX triplet: 00, 88 and 5F. RGB value is (0,136,95). Sum of RGB (Red+Green+Blue) = 0+136+95=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #00885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00885F is #FF77A0. Grayscale: #5A5A5A. Windows color (decimal): -16742305 or 6260736. OLE color: 6260736.

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

Color convert

RGB013695-
CMYK100.300.47
HSL161.91º100%26.67%-
HSV(B)161.91º100%53.33%-
XYZ10.8718.4313.81-
YUV90.66130.4463.33-

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) = 58.87%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=0%
G=58.87%
B=41.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013695100.300.47161.9110026.67
Hex0885F6401E2Fa2641b
Octal02101371440365724214433
Binary0100010001011111110010001111010111110100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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