#068E7C

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

Shades of Observatory #068E7C

Tints of Observatory #068E7C

Color information

#068E7C (or 0x068E7C) is unknown color: approx Observatory. HEX triplet: 06, 8E and 7C. RGB value is (6,142,124). Sum of RGB (Red+Green+Blue) = 6+142+124=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #068E7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E7C is #F97183. Grayscale: #636363. Windows color (decimal): -16347524 or 8162822. OLE color: 8162822.

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

Color convert

RGB6142124-
CMYK0.9600.130.44
HSL172.06º91.89%29.02%-
HSV(B)172.06º95.77%55.69%-
XYZ13.3920.8422.39-
YUV99.28141.9461.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=2.21%
G=52.21%
B=45.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61421240.9600.130.44172.0691.8929.02
Hex68E7C600D2Cac5c1d
Octal62161741400155425413435
Binary11010001110111110011000000110110110010101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,142,124); }

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

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

 a { background-color: rgb(6,142,124); }

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

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

 span { border-color: rgb(6,142,124); }

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