#068366

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

Shades of Observatory #068366

Tints of Observatory #068366

Color information

#068366 (or 0x068366) is unknown color: approx Observatory. HEX triplet: 06, 83 and 66. RGB value is (6,131,102). Sum of RGB (Red+Green+Blue) = 6+131+102=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #068366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068366 is #F97C99. Grayscale: #5A5A5A. Windows color (decimal): -16350362 or 6718214. OLE color: 6718214.

HSL color Cylindrical-coordinate representation of color #068366: hue angle of 166.08º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068366 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB6131102-
CMYK0.9500.220.49
HSL166.08º91.24%26.86%-
HSV(B)166.08º95.42%51.37%-
XYZ10.5917.2315.34-
YUV90.32134.5967.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 131 (51.56% from 255) = 54.81%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=2.51%
G=54.81%
B=42.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61311020.9500.220.49166.0891.2426.86
Hex683665F01631a65b1b
Octal62031461370266124613333
Binary110100000111100110101111101011011000110100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068366; }

 p { color: rgb(6,131,102); }

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

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

 a { background-color: rgb(6,131,102); }

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

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

 span { border-color: rgb(6,131,102); }

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