#008667

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

Shades of Observatory #008667

Tints of Observatory #008667

Color information

#008667 (or 0x008667) is unknown color: approx Observatory. HEX triplet: 00, 86 and 67. RGB value is (0,134,103). Sum of RGB (Red+Green+Blue) = 0+134+103=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #008667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008667 is #FF7998. Grayscale: #5A5A5A. Windows color (decimal): -16742809 or 6784512. OLE color: 6784512.

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

Color convert

RGB0134103-
CMYK100.230.47
HSL166.12º100%26.27%-
HSV(B)166.12º100%52.55%-
XYZ10.9718.0315.73-
YUV90.4135.1163.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=0%
G=56.54%
B=43.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0134103100.230.47166.1210026.27
Hex08667640172Fa6641a
Octal02061471440275724614432
Binary0100001101100111110010001011110111110100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008667; }

 p { color: rgb(0,134,103); }

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

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

 a { background-color: rgb(0,134,103); }

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

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

 span { border-color: rgb(0,134,103); }

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