#078669

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

Shades of Observatory #078669

Tints of Observatory #078669

Color information

#078669 (or 0x078669) is unknown color: approx Observatory. HEX triplet: 07, 86 and 69. RGB value is (7,134,105). Sum of RGB (Red+Green+Blue) = 7+134+105=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #078669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078669 is #F87996. Grayscale: #5C5C5C. Windows color (decimal): -16284055 or 6915591. OLE color: 6915591.

HSL color Cylindrical-coordinate representation of color #078669: hue angle of 166.3º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078669 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB7134105-
CMYK0.9500.220.47
HSL166.3º90.07%27.65%-
HSV(B)166.3º94.78%52.55%-
XYZ11.1618.1216.27-
YUV92.72134.9266.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.85%
GREEN value IS 134 (52.73% from 255) = 54.47%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=2.85%
G=54.47%
B=42.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71341050.9500.220.47166.390.0727.65
Hex786695F0162Fa65a1c
Octal72061511370265724613234
Binary111100001101101001101111101011010111110100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078669; }

 p { color: rgb(7,134,105); }

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

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

 a { background-color: rgb(7,134,105); }

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

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

 span { border-color: rgb(7,134,105); }

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