#008366

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

Shades of Observatory #008366

Tints of Observatory #008366

Color information

#008366 (or 0x008366) is unknown color: approx Observatory. HEX triplet: 00, 83 and 66. RGB value is (0,131,102). Sum of RGB (Red+Green+Blue) = 0+131+102=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #008366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008366 is #FF7C99. Grayscale: #585858. Windows color (decimal): -16743578 or 6718208. OLE color: 6718208.

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

Color convert

RGB0131102-
CMYK100.220.49
HSL166.72º100%25.69%-
HSV(B)166.72º100%51.37%-
XYZ10.5117.1915.33-
YUV88.52135.664.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 56.22%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=0%
G=56.22%
B=43.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0131102100.220.49166.7210025.69
Hex083666401631a7641a
Octal02031461440266124714432
Binary0100000111100110110010001011011000110100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008366; }

 p { color: rgb(0,131,102); }

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

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

 a { background-color: rgb(0,131,102); }

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

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

 span { border-color: rgb(0,131,102); }

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