#068F7C

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

Shades of Observatory #068F7C

Tints of Observatory #068F7C

Color information

#068F7C (or 0x068F7C) is unknown color: approx Observatory. HEX triplet: 06, 8F and 7C. RGB value is (6,143,124). Sum of RGB (Red+Green+Blue) = 6+143+124=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #068F7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068F7C is #F97083. Grayscale: #636363. Windows color (decimal): -16347268 or 8163078. OLE color: 8163078.

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

Color convert

RGB6143124-
CMYK0.9600.130.44
HSL171.68º91.95%29.22%-
HSV(B)171.68º95.8%56.08%-
XYZ13.5421.1422.44-
YUV99.87141.6161.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 143 (56.25% from 255) = 52.38%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=2.20%
G=52.38%
B=45.42%

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
Decimal61431240.9600.130.44171.6891.9529.22
Hex68F7C600D2Cac5c1d
Octal62171741400155425413435
Binary11010001111111110011000000110110110010101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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