#078768

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

Shades of Observatory #078768

Tints of Observatory #078768

Color information

#078768 (or 0x078768) is unknown color: approx Observatory. HEX triplet: 07, 87 and 68. RGB value is (7,135,104). Sum of RGB (Red+Green+Blue) = 7+135+104=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #078768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078768 is #F87897. Grayscale: #5D5D5D. Windows color (decimal): -16283800 or 6850311. OLE color: 6850311.

HSL color Cylindrical-coordinate representation of color #078768: hue angle of 165.47º 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 #078768 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB7135104-
CMYK0.9500.230.47
HSL165.47º90.14%27.84%-
HSV(B)165.47º94.81%52.94%-
XYZ11.2518.3716.05-
YUV93.19134.0966.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.85%
GREEN value IS 135 (53.12% from 255) = 54.88%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=2.85%
G=54.88%
B=42.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71351040.9500.230.47165.4790.1427.84
Hex787685F0172Fa55a1c
Octal72071501370275724513234
Binary111100001111101000101111101011110111110100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078768; }

 p { color: rgb(7,135,104); }

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

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

 a { background-color: rgb(7,135,104); }

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

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

 span { border-color: rgb(7,135,104); }

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