#008D67

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

Shades of Observatory #008D67

Tints of Observatory #008D67

Color information

#008D67 (or 0x008D67) is unknown color: approx Observatory. HEX triplet: 00, 8D and 67. RGB value is (0,141,103). Sum of RGB (Red+Green+Blue) = 0+141+103=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #008D67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D67 is #FF7298. Grayscale: #5E5E5E. Windows color (decimal): -16741017 or 6786304. OLE color: 6786304.

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

Color convert

RGB0141103-
CMYK100.270.45
HSL163.83º100%27.65%-
HSV(B)163.83º100%55.29%-
XYZ11.9720.0316.07-
YUV94.51132.7960.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 57.79%
BLUE value IS 103 (40.62% from 255) = 42.21%
R=0%
G=57.79%
B=42.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0141103100.270.45163.8310027.65
Hex08D676401B2Da4641c
Octal02151471440335524414434
Binary0100011011100111110010001101110110110100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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