#078C6C

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

Shades of Observatory #078C6C

Tints of Observatory #078C6C

Color information

#078C6C (or 0x078C6C) is unknown color: approx Observatory. HEX triplet: 07, 8C and 6C. RGB value is (7,140,108). Sum of RGB (Red+Green+Blue) = 7+140+108=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #078C6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C6C is #F87393. Grayscale: #606060. Windows color (decimal): -16282516 or 7113735. OLE color: 7113735.

HSL color Cylindrical-coordinate representation of color #078C6C: hue angle of 165.56º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C6C is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB7140108-
CMYK0.9500.230.45
HSL165.56º90.48%28.82%-
HSV(B)165.56º95%54.9%-
XYZ12.1719.8817.38-
YUV96.58134.4464.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.75%
GREEN value IS 140 (55.08% from 255) = 54.90%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=2.75%
G=54.90%
B=42.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71401080.9500.230.45165.5690.4828.82
Hex78C6C5F0172Da65a1d
Octal72141541370275524613235
Binary111100011001101100101111101011110110110100110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,140,108); }

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

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

 a { background-color: rgb(7,140,108); }

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

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

 span { border-color: rgb(7,140,108); }

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