#008F68

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

Shades of Observatory #008F68

Tints of Observatory #008F68

Color information

#008F68 (or 0x008F68) is unknown color: approx Observatory. HEX triplet: 00, 8F and 68. RGB value is (0,143,104). Sum of RGB (Red+Green+Blue) = 0+143+104=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #008F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F68 is #FF7097. Grayscale: #5F5F5F. Windows color (decimal): -16740504 or 6852352. OLE color: 6852352.

HSL color Cylindrical-coordinate representation of color #008F68: hue angle of 163.64º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F68 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB0143104-
CMYK100.270.44
HSL163.64º100%28.04%-
HSV(B)163.64º100%56.08%-
XYZ12.3220.6416.43-
YUV95.8132.6259.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 143 (56.25% from 255) = 57.89%
BLUE value IS 104 (41.02% from 255) = 42.11%
R=0%
G=57.89%
B=42.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0143104100.270.44163.6410028.04
Hex08F686401B2Ca4641c
Octal02171501440335424414434
Binary0100011111101000110010001101110110010100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008F68; }

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

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

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

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

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

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

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

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