#08927B

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

Shades of Observatory #08927B

Tints of Observatory #08927B

Color information

#08927B (or 0x08927B) is unknown color: approx Observatory. HEX triplet: 08, 92 and 7B. RGB value is (8,146,123). Sum of RGB (Red+Green+Blue) = 8+146+123=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #08927B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08927B is #F76D84. Grayscale: #666666. Windows color (decimal): -16215429 or 8098312. OLE color: 8098312.

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

Color convert

RGB8146123-
CMYK0.9500.160.43
HSL170º89.61%30.2%-
HSV(B)170º94.52%57.25%-
XYZ13.9522.0422.26-
YUV102.12139.7860.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=2.89%
G=52.71%
B=44.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81461230.9500.160.4317089.6130.2
Hex8927B5F0102Baa5a1e
Octal102221731370205325213236
Binary1000100100101111011101111101000010101110101010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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