#068674

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

Shades of Observatory #068674

Tints of Observatory #068674

Color information

#068674 (or 0x068674) is unknown color: approx Observatory. HEX triplet: 06, 86 and 74. RGB value is (6,134,116). Sum of RGB (Red+Green+Blue) = 6+134+116=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #068674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068674 is #F9798B. Grayscale: #5D5D5D. Windows color (decimal): -16349580 or 7636486. OLE color: 7636486.

HSL color Cylindrical-coordinate representation of color #068674: hue angle of 171.56º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068674 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB6134116-
CMYK0.9600.130.47
HSL171.56º91.43%27.45%-
HSV(B)171.56º95.52%52.55%-
XYZ11.7518.3519.45-
YUV93.68140.5965.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 134 (52.73% from 255) = 52.34%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=2.34%
G=52.34%
B=45.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61341160.9600.130.47171.5691.4327.45
Hex68674600D2Fac5b1b
Octal62061641400155725413333
Binary11010000110111010011000000110110111110101100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068674; }

 p { color: rgb(6,134,116); }

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

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

 a { background-color: rgb(6,134,116); }

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

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

 span { border-color: rgb(6,134,116); }

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