#008565

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

Shades of Observatory #008565

Tints of Observatory #008565

Color information

#008565 (or 0x008565) is unknown color: approx Observatory. HEX triplet: 00, 85 and 65. RGB value is (0,133,101). Sum of RGB (Red+Green+Blue) = 0+133+101=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #008565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008565 is #FF7A9A. Grayscale: #595959. Windows color (decimal): -16743067 or 6653184. OLE color: 6653184.

HSL color Cylindrical-coordinate representation of color #008565: hue angle of 165.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008565 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB0133101-
CMYK100.240.48
HSL165.56º100%26.08%-
HSV(B)165.56º100%52.16%-
XYZ10.7417.7115.17-
YUV89.58134.4464.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 56.84%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=0%
G=56.84%
B=43.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133101100.240.48165.5610026.08
Hex085656401830a6641a
Octal02051451440306024614432
Binary0100001011100101110010001100011000010100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008565; }

 p { color: rgb(0,133,101); }

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

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

 a { background-color: rgb(0,133,101); }

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

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

 span { border-color: rgb(0,133,101); }

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