#008569

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

Shades of Observatory #008569

Tints of Observatory #008569

Color information

#008569 (or 0x008569) is unknown color: approx Observatory. HEX triplet: 00, 85 and 69. RGB value is (0,133,105). Sum of RGB (Red+Green+Blue) = 0+133+105=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #008569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008569 is #FF7A96. Grayscale: #5A5A5A. Windows color (decimal): -16743063 or 6915328. OLE color: 6915328.

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

Color convert

RGB0133105-
CMYK100.210.48
HSL167.37º100%26.08%-
HSV(B)167.37º100%52.16%-
XYZ10.9417.7916.22-
YUV90.04136.4463.78-

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) = 55.88%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=0%
G=55.88%
B=44.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133105100.210.48167.3710026.08
Hex085696401530a7641a
Octal02051511440256024714432
Binary0100001011101001110010001010111000010100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008569; }

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

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

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

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

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

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

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

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