#009275

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

Shades of Observatory #009275

Tints of Observatory #009275

Color information

#009275 (or 0x009275) is unknown color: approx Observatory. HEX triplet: 00, 92 and 75. RGB value is (0,146,117). Sum of RGB (Red+Green+Blue) = 0+146+117=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #009275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009275 is #FF6D8A. Grayscale: #636363. Windows color (decimal): -16739723 or 7705088. OLE color: 7705088.

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

Color convert

RGB0146117-
CMYK100.200.43
HSL168.08º100%28.63%-
HSV(B)168.08º100%57.25%-
XYZ13.4921.8420.33-
YUV99.04138.1357.36-

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) = 55.51%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=0%
G=55.51%
B=44.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0146117100.200.43168.0810028.63
Hex09275640142Ba8641d
Octal02221651440245325014435
Binary0100100101110101110010001010010101110101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009275; }

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

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

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

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

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

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

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

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