#078A6E

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

Shades of Observatory #078A6E

Tints of Observatory #078A6E

Color information

#078A6E (or 0x078A6E) is unknown color: approx Observatory. HEX triplet: 07, 8A and 6E. RGB value is (7,138,110). Sum of RGB (Red+Green+Blue) = 7+138+110=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #078A6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078A6E is #F87591. Grayscale: #5F5F5F. Windows color (decimal): -16283026 or 7244295. OLE color: 7244295.

HSL color Cylindrical-coordinate representation of color #078A6E: hue angle of 167.18º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A6E is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB7138110-
CMYK0.9500.200.46
HSL167.18º90.34%28.43%-
HSV(B)167.18º94.93%54.12%-
XYZ11.9919.3517.85-
YUV95.64136.164.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.75%
GREEN value IS 138 (54.30% from 255) = 54.12%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=2.75%
G=54.12%
B=43.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71381100.9500.200.46167.1890.3428.43
Hex78A6E5F0142Ea75a1c
Octal72121561370245624713234
Binary111100010101101110101111101010010111010100111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078A6E; }

 p { color: rgb(7,138,110); }

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

<style>
 a { background-color: #078A6E; }

 a { background-color: rgb(7,138,110); }

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

<style>
 span { border-color: #078A6E; }

 span { border-color: rgb(7,138,110); }

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