#009174

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

Shades of Observatory #009174

Tints of Observatory #009174

Color information

#009174 (or 0x009174) is unknown color: approx Observatory. HEX triplet: 00, 91 and 74. RGB value is (0,145,116). Sum of RGB (Red+Green+Blue) = 0+145+116=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #009174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009174 is #FF6E8B. Grayscale: #626262. Windows color (decimal): -16739980 or 7639296. OLE color: 7639296.

HSL color Cylindrical-coordinate representation of color #009174: hue angle of 168º 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 #009174 is Cyan = 1, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB0145116-
CMYK100.20.43
HSL168º100%28.43%-
HSV(B)168º100%56.86%-
XYZ13.2821.5119.98-
YUV98.34137.9657.86-

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) = 55.56%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=0%
G=55.56%
B=44.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0145116100.20.4316810028.43
Hex09174640142Ba8641c
Octal02211641440245325014434
Binary0100100011110100110010001010010101110101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009174; }

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

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

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

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

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

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

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

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