#068E79

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

Shades of Observatory #068E79

Tints of Observatory #068E79

Color information

#068E79 (or 0x068E79) is unknown color: approx Observatory. HEX triplet: 06, 8E and 79. RGB value is (6,142,121). Sum of RGB (Red+Green+Blue) = 6+142+121=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #068E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E79 is #F97186. Grayscale: #626262. Windows color (decimal): -16347527 or 7966214. OLE color: 7966214.

HSL color Cylindrical-coordinate representation of color #068E79: hue angle of 170.74º 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 #068E79 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB6142121-
CMYK0.9600.150.44
HSL170.74º91.89%29.02%-
HSV(B)170.74º95.77%55.69%-
XYZ13.220.7721.4-
YUV98.94140.4461.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.23%
GREEN value IS 142 (55.86% from 255) = 52.79%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=2.23%
G=52.79%
B=44.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61421210.9600.150.44170.7491.8929.02
Hex68E79600F2Cab5c1d
Octal62161711400175425313435
Binary11010001110111100111000000111110110010101011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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