#08927F

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

Shades of Observatory #08927F

Tints of Observatory #08927F

Color information

#08927F (or 0x08927F) is unknown color: approx Observatory. HEX triplet: 08, 92 and 7F. RGB value is (8,146,127). Sum of RGB (Red+Green+Blue) = 8+146+127=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #08927F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08927F is #F76D80. Grayscale: #666666. Windows color (decimal): -16215425 or 8360456. OLE color: 8360456.

HSL color Cylindrical-coordinate representation of color #08927F: hue angle of 171.74º 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 #08927F is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB8146127-
CMYK0.9500.130.43
HSL171.74º89.61%30.2%-
HSV(B)171.74º94.52%57.25%-
XYZ14.2122.1423.6-
YUV102.57141.7860.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.85%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 127 (50% from 255) = 45.20%
R=2.85%
G=51.96%
B=45.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81461270.9500.130.43171.7489.6130.2
Hex8927F5F0D2Bac5a1e
Octal102221771370155325413236
Binary100010010010111111110111110110110101110101100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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