#008768

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

Shades of Observatory #008768

Tints of Observatory #008768

Color information

#008768 (or 0x008768) is unknown color: approx Observatory. HEX triplet: 00, 87 and 68. RGB value is (0,135,104). Sum of RGB (Red+Green+Blue) = 0+135+104=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #008768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008768 is #FF7897. Grayscale: #5B5B5B. Windows color (decimal): -16742552 or 6850304. OLE color: 6850304.

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

Color convert

RGB0135104-
CMYK100.230.47
HSL166.22º100%26.47%-
HSV(B)166.22º100%52.94%-
XYZ11.1618.3316.05-
YUV91.1135.2763.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=0%
G=56.49%
B=43.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0135104100.230.47166.2210026.47
Hex08768640172Fa6641a
Octal02071501440275724614432
Binary0100001111101000110010001011110111110100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008768; }

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

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

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

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

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

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

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

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