#009171

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

Shades of Observatory #009171

Tints of Observatory #009171

Color information

#009171 (or 0x009171) is unknown color: approx Observatory. HEX triplet: 00, 91 and 71. RGB value is (0,145,113). Sum of RGB (Red+Green+Blue) = 0+145+113=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #009171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009171 is #FF6E8E. Grayscale: #616161. Windows color (decimal): -16739983 or 7442688. OLE color: 7442688.

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

Color convert

RGB0145113-
CMYK100.220.43
HSL166.76º100%28.43%-
HSV(B)166.76º100%56.86%-
XYZ13.1121.4419.07-
YUV98136.4658.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 56.20%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=0%
G=56.20%
B=43.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0145113100.220.43166.7610028.43
Hex09171640162Ba7641c
Octal02211611440265324714434
Binary0100100011110001110010001011010101110100111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009171; }

 p { color: rgb(0,145,113); }

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

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

 a { background-color: rgb(0,145,113); }

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

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

 span { border-color: rgb(0,145,113); }

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