#078F75

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

Shades of Observatory #078F75

Tints of Observatory #078F75

Color information

#078F75 (or 0x078F75) is unknown color: approx Observatory. HEX triplet: 07, 8F and 75. RGB value is (7,143,117). Sum of RGB (Red+Green+Blue) = 7+143+117=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #078F75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078F75 is #F8708A. Grayscale: #636363. Windows color (decimal): -16281739 or 7704327. OLE color: 7704327.

HSL color Cylindrical-coordinate representation of color #078F75: hue angle of 168.53º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078F75 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB7143117-
CMYK0.9500.180.44
HSL168.53º90.67%29.41%-
HSV(B)168.53º95.1%56.08%-
XYZ13.1220.9720.19-
YUV99.37137.9462.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 143 (56.25% from 255) = 53.56%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=2.62%
G=53.56%
B=43.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71431170.9500.180.44168.5390.6729.41
Hex78F755F0122Ca95b1d
Octal72171651370225425113335
Binary111100011111110101101111101001010110010101001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,143,117); }

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

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

 a { background-color: rgb(7,143,117); }

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

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

 span { border-color: rgb(7,143,117); }

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