#008F6A

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

Shades of Observatory #008F6A

Tints of Observatory #008F6A

Color information

#008F6A (or 0x008F6A) is unknown color: approx Observatory. HEX triplet: 00, 8F and 6A. RGB value is (0,143,106). Sum of RGB (Red+Green+Blue) = 0+143+106=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #008F6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F6A is #FF7095. Grayscale: #606060. Windows color (decimal): -16740502 or 6983424. OLE color: 6983424.

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

Color convert

RGB0143106-
CMYK100.260.44
HSL164.48º100%28.04%-
HSV(B)164.48º100%56.08%-
XYZ12.4220.6916.97-
YUV96.02133.6259.51-

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.43%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=0%
G=57.43%
B=42.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0143106100.260.44164.4810028.04
Hex08F6A6401A2Ca4641c
Octal02171521440325424414434
Binary0100011111101010110010001101010110010100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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