#00927D

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

Shades of Observatory #00927D

Tints of Observatory #00927D

Color information

#00927D (or 0x00927D) is unknown color: approx Observatory. HEX triplet: 00, 92 and 7D. RGB value is (0,146,125). Sum of RGB (Red+Green+Blue) = 0+146+125=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #00927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00927D is #FF6D82. Grayscale: #636363. Windows color (decimal): -16739715 or 8229376. OLE color: 8229376.

HSL color Cylindrical-coordinate representation of color #00927D: hue angle of 171.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00927D is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB0146125-
CMYK100.140.43
HSL171.37º100%28.63%-
HSV(B)171.37º100%57.25%-
XYZ13.9822.0422.92-
YUV99.95142.1356.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=0%
G=53.87%
B=46.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0146125100.140.43171.3710028.63
Hex0927D640E2Bab641d
Octal02221751440165325314435
Binary010010010111110111001000111010101110101011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00927D; }

 p { color: rgb(0,146,125); }

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

<style>
 a { background-color: #00927D; }

 a { background-color: rgb(0,146,125); }

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

<style>
 span { border-color: #00927D; }

 span { border-color: rgb(0,146,125); }

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