#08927E

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

Shades of Observatory #08927E

Tints of Observatory #08927E

Color information

#08927E (or 0x08927E) is unknown color: approx Observatory. HEX triplet: 08, 92 and 7E. RGB value is (8,146,126). Sum of RGB (Red+Green+Blue) = 8+146+126=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #08927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08927E is #F76D81. Grayscale: #666666. Windows color (decimal): -16215426 or 8294920. OLE color: 8294920.

HSL color Cylindrical-coordinate representation of color #08927E: hue angle of 171.3º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08927E is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB8146126-
CMYK0.9500.140.43
HSL171.3º89.61%30.2%-
HSV(B)171.3º94.52%57.25%-
XYZ14.1422.1223.26-
YUV102.46141.2860.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 146 (57.42% from 255) = 52.14%
BLUE value IS 126 (49.61% from 255) = 45%
R=2.86%
G=52.14%
B=45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81461260.9500.140.43171.389.6130.2
Hex8927E5F0E2Bab5a1e
Octal102221761370165325313236
Binary100010010010111111010111110111010101110101011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08927E; }

 p { color: rgb(8,146,126); }

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

<style>
 a { background-color: #08927E; }

 a { background-color: rgb(8,146,126); }

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

<style>
 span { border-color: #08927E; }

 span { border-color: rgb(8,146,126); }

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