#008568

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

Shades of Observatory #008568

Tints of Observatory #008568

Color information

#008568 (or 0x008568) is unknown color: approx Observatory. HEX triplet: 00, 85 and 68. RGB value is (0,133,104). Sum of RGB (Red+Green+Blue) = 0+133+104=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #008568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008568 is #FF7A97. Grayscale: #595959. Windows color (decimal): -16743064 or 6849792. OLE color: 6849792.

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

Color convert

RGB0133104-
CMYK100.220.48
HSL166.92º100%26.08%-
HSV(B)166.92º100%52.16%-
XYZ10.8917.7715.95-
YUV89.93135.9463.86-

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.12%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=0%
G=56.12%
B=43.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133104100.220.48166.9210026.08
Hex085686401630a7641a
Octal02051501440266024714432
Binary0100001011101000110010001011011000010100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008568; }

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

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

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

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

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

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

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

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