#008D69

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

Shades of Observatory #008D69

Tints of Observatory #008D69

Color information

#008D69 (or 0x008D69) is unknown color: approx Observatory. HEX triplet: 00, 8D and 69. RGB value is (0,141,105). Sum of RGB (Red+Green+Blue) = 0+141+105=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #008D69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D69 is #FF7296. Grayscale: #5E5E5E. Windows color (decimal): -16741015 or 6917376. OLE color: 6917376.

HSL color Cylindrical-coordinate representation of color #008D69: hue angle of 164.68º 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 #008D69 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB0141105-
CMYK100.260.45
HSL164.68º100%27.65%-
HSV(B)164.68º100%55.29%-
XYZ12.0720.0716.6-
YUV94.74133.7960.43-

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.32%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=0%
G=57.32%
B=42.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0141105100.260.45164.6810027.65
Hex08D696401A2Da5641c
Octal02151511440325524514434
Binary0100011011101001110010001101010110110100101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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