#068D76

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

Shades of Observatory #068D76

Tints of Observatory #068D76

Color information

#068D76 (or 0x068D76) is unknown color: approx Observatory. HEX triplet: 06, 8D and 76. RGB value is (6,141,118). Sum of RGB (Red+Green+Blue) = 6+141+118=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #068D76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D76 is #F97289. Grayscale: #616161. Windows color (decimal): -16347786 or 7769350. OLE color: 7769350.

HSL color Cylindrical-coordinate representation of color #068D76: hue angle of 169.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D76 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB6141118-
CMYK0.9600.160.45
HSL169.78º91.84%28.82%-
HSV(B)169.78º95.74%55.29%-
XYZ12.8720.420.4-
YUV98.01139.2762.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 141 (55.47% from 255) = 53.21%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=2.26%
G=53.21%
B=44.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61411180.9600.160.45169.7891.8428.82
Hex68D76600102Daa5c1d
Octal62151661400205525213435
Binary110100011011110110110000001000010110110101010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068D76; }

 p { color: rgb(6,141,118); }

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

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

 a { background-color: rgb(6,141,118); }

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

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

 span { border-color: rgb(6,141,118); }

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