#008B74

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

Shades of Observatory #008B74

Tints of Observatory #008B74

Color information

#008B74 (or 0x008B74) is unknown color: approx Observatory. HEX triplet: 00, 8B and 74. RGB value is (0,139,116). Sum of RGB (Red+Green+Blue) = 0+139+116=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #008B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B74 is #FF748B. Grayscale: #5E5E5E. Windows color (decimal): -16741516 or 7637760. OLE color: 7637760.

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

Color convert

RGB0139116-
CMYK100.170.45
HSL170.07º100%27.25%-
HSV(B)170.07º100%54.51%-
XYZ12.3919.7319.68-
YUV94.82139.9560.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 54.51%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=0%
G=54.51%
B=45.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0139116100.170.45170.0710027.25
Hex08B74640112Daa641b
Octal02131641440215525214433
Binary0100010111110100110010001000110110110101010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,139,116); }

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

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

 a { background-color: rgb(0,139,116); }

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

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

 span { border-color: rgb(0,139,116); }

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